#663720

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

Shades of New Amber #663720

Tints of New Amber #663720

Color information

#663720 (or 0x663720) is unknown color: approx New Amber. HEX triplet: 66, 37 and 20. RGB value is (102,55,32). Sum of RGB (Red+Green+Blue) = 102+55+32=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #663720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663720 is #99C8DF. Grayscale: #424242. Windows color (decimal): -10078432 or 2111334. OLE color: 2111334.

HSL color Cylindrical-coordinate representation of color #663720: hue angle of 19.71º 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 #663720 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1025532-
CMYK00.460.690.6
HSL19.71º52.24%26.27%-
HSV(B)19.71º68.63%40%-
XYZ7.115.662.08-
YUV66.43108.57153.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=53.97%
G=29.10%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102553200.460.690.619.7152.2426.27
Hex66372002E453C14341a
Octal146674005610574246432
Binary1100110110111100000010111010001011111001010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663720; }

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

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

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

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

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

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

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

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