#66331E

Color #66331E Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #66331E

Tints of Hairy Heath #66331E

Color information

#66331E (or 0x66331E) is unknown color: approx Hairy Heath. HEX triplet: 66, 33 and 1E. RGB value is (102,51,30). Sum of RGB (Red+Green+Blue) = 102+51+30=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66331E is #99CCE1. Grayscale: #3F3F3F. Windows color (decimal): -10079458 or 1979238. OLE color: 1979238.

HSL color Cylindrical-coordinate representation of color #66331E: hue angle of 17.5º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66331E is Cyan = 0, Magento = 0.5, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB1025130-
CMYK00.50.710.6
HSL17.5º54.55%25.88%-
HSV(B)17.5º70.59%40%-
XYZ6.95.291.89-
YUV63.86108.9155.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=55.74%
G=27.87%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102513000.50.710.617.554.5525.88
Hex66331E032473C12371a
Octal146633606210774226732
Binary110011011001111110011001010001111111001001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66331E; }

 p { color: rgb(102,51,30); }

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

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

 a { background-color: rgb(102,51,30); }

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

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

 span { border-color: rgb(102,51,30); }

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