#602E21

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

Shades of Hairy Heath #602E21

Tints of Hairy Heath #602E21

Color information

#602E21 (or 0x602E21) is unknown color: approx Hairy Heath. HEX triplet: 60, 2E and 21. RGB value is (96,46,33). Sum of RGB (Red+Green+Blue) = 96+46+33=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #602E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E21 is #9FD1DE. Grayscale: #3B3B3B. Windows color (decimal): -10473951 or 2174560. OLE color: 2174560.

HSL color Cylindrical-coordinate representation of color #602E21: hue angle of 12.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602E21 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB964633-
CMYK00.520.660.62
HSL12.38º48.84%25.29%-
HSV(B)12.38º65.62%37.65%-
XYZ6.084.552-
YUV59.47113.06154.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=54.86%
G=26.29%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96463300.520.660.6212.3848.8425.29
Hex602E21034423Ec3119
Octal140564106410276146131
Binary110000010111010000101101001000010111110110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E21; }

 p { color: rgb(96,46,33); }

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

<style>
 a { background-color: #602E21; }

 a { background-color: rgb(96,46,33); }

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

<style>
 span { border-color: #602E21; }

 span { border-color: rgb(96,46,33); }

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