#602F1E

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

Shades of Hairy Heath #602F1E

Tints of Hairy Heath #602F1E

Color information

#602F1E (or 0x602F1E) is unknown color: approx Hairy Heath. HEX triplet: 60, 2F and 1E. RGB value is (96,47,30). Sum of RGB (Red+Green+Blue) = 96+47+30=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #602F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F1E is #9FD0E1. Grayscale: #3B3B3B. Windows color (decimal): -10473698 or 1978208. OLE color: 1978208.

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

Color convert

RGB964730-
CMYK00.510.690.62
HSL15.45º52.38%24.71%-
HSV(B)15.45º68.75%37.65%-
XYZ6.074.611.8-
YUV59.71111.23153.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=55.49%
G=27.17%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96473000.510.690.6215.4552.3824.71
Hex602F1E033453Ef3419
Octal140573606310576176431
Binary11000001011111111001100111000101111110111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,47,30); }

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

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

 a { background-color: rgb(96,47,30); }

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

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

 span { border-color: rgb(96,47,30); }

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