#66321E

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

Shades of Hairy Heath #66321E

Tints of Hairy Heath #66321E

Color information

#66321E (or 0x66321E) is unknown color: approx Hairy Heath. HEX triplet: 66, 32 and 1E. RGB value is (102,50,30). Sum of RGB (Red+Green+Blue) = 102+50+30=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66321E is #99CDE1. Grayscale: #3F3F3F. Windows color (decimal): -10079714 or 1978982. OLE color: 1978982.

HSL color Cylindrical-coordinate representation of color #66321E: hue angle of 16.67º 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 #66321E is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB1025030-
CMYK00.510.710.6
HSL16.67º54.55%25.88%-
HSV(B)16.67º70.59%40%-
XYZ6.855.21.87-
YUV63.27109.23155.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 50 (19.92% from 255) = 27.47%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=56.04%
G=27.47%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102503000.510.710.616.6754.5525.88
Hex66321E033473C11371a
Octal146623606310774216732
Binary110011011001011110011001110001111111001000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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