#663A20

Color #663A20 New Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Amber #663A20

Tints of New Amber #663A20

Color information

#663A20 (or 0x663A20) is unknown color: approx New Amber. HEX triplet: 66, 3A and 20. RGB value is (102,58,32). Sum of RGB (Red+Green+Blue) = 102+58+32=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A20 is #99C5DF. Grayscale: #444444. Windows color (decimal): -10077664 or 2112102. OLE color: 2112102.

HSL color Cylindrical-coordinate representation of color #663A20: hue angle of 22.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663A20 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1025832-
CMYK00.430.690.6
HSL22.29º52.24%26.27%-
HSV(B)22.29º68.63%40%-
XYZ7.255.962.13-
YUV68.19107.58152.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=53.12%
G=30.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102583200.430.690.622.2952.2426.27
Hex663A2002B453C16341a
Octal146724005310574266432
Binary1100110111010100000010101110001011111001011011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A20; }

 p { color: rgb(102,58,32); }

 H1.HeaderClassName
 {
   color: #663A20;
 }
 .AnyTagClassName
 {
   color: #663A20;
 }
</style>
background-color css

<style>
 a { background-color: #663A20; }

 a { background-color: rgb(102,58,32); }

 div.DivClassName
 {
   background-color: #663A20;
 }
 .BgClassName
 {
   background-color: #663A20;
 }
</style>
border-color css

<style>
 span { border-color: #663A20; }

 span { border-color: rgb(102,58,32); }

 td.TdClassName
 {
   border-color: #663A20;
 }
 .TagClassName
 {
   border-color: #663A20;
 }
</style>