#66371C

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

Shades of New Amber #66371C

Tints of New Amber #66371C

Color information

#66371C (or 0x66371C) is unknown color: approx New Amber. HEX triplet: 66, 37 and 1C. RGB value is (102,55,28). Sum of RGB (Red+Green+Blue) = 102+55+28=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66371C is #99C8E3. Grayscale: #424242. Windows color (decimal): -10078436 or 1849190. OLE color: 1849190.

HSL color Cylindrical-coordinate representation of color #66371C: hue angle of 21.89º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66371C is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1025528-
CMYK00.460.730.6
HSL21.89º56.92%25.49%-
HSV(B)21.89º72.55%40%-
XYZ7.065.641.82-
YUV65.97106.57153.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=55.14%
G=29.73%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102552800.460.730.621.8956.9225.49
Hex66371C02E493C163919
Octal146673405611174267131
Binary110011011011111100010111010010011111001011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66371C; }

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

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

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

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

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

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

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

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