#66332B

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

Shades of Hairy Heath #66332B

Tints of Hairy Heath #66332B

Color information

#66332B (or 0x66332B) is unknown color: approx Hairy Heath. HEX triplet: 66, 33 and 2B. RGB value is (102,51,43). Sum of RGB (Red+Green+Blue) = 102+51+43=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66332B is #99CCD4. Grayscale: #414141. Windows color (decimal): -10079445 or 2831206. OLE color: 2831206.

HSL color Cylindrical-coordinate representation of color #66332B: hue angle of 8.14º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66332B is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB1025143-
CMYK00.50.580.6
HSL8.14º40.69%28.43%-
HSV(B)8.14º57.84%40%-
XYZ7.15.372.95-
YUV65.34115.4154.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=52.04%
G=26.02%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102514300.50.580.68.1440.6928.43
Hex66332B0323A3C8291c
Octal14663530627274105134
Binary11001101100111010110110010111010111100100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66332B; }

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

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

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

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

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

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

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

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