#662E20

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

Shades of Hairy Heath #662E20

Tints of Hairy Heath #662E20

Color information

#662E20 (or 0x662E20) is unknown color: approx Hairy Heath. HEX triplet: 66, 2E and 20. RGB value is (102,46,32). Sum of RGB (Red+Green+Blue) = 102+46+32=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #662E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E20 is #99D1DF. Grayscale: #3D3D3D. Windows color (decimal): -10080736 or 2109030. OLE color: 2109030.

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

Color convert

RGB1024632-
CMYK00.550.690.6
HSL12º52.24%26.27%-
HSV(B)12º68.63%40%-
XYZ6.724.881.95-
YUV61.15111.55157.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 46 (18.36% from 255) = 25.56%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=56.67%
G=25.56%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102463200.550.690.61252.2426.27
Hex662E20037453Cc341a
Octal146564006710574146432
Binary110011010111010000001101111000101111100110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E20; }

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

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

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

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

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

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

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

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