#602F1F

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

Shades of Hairy Heath #602F1F

Tints of Hairy Heath #602F1F

Color information

#602F1F (or 0x602F1F) is unknown color: approx Hairy Heath. HEX triplet: 60, 2F and 1F. RGB value is (96,47,31). Sum of RGB (Red+Green+Blue) = 96+47+31=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #602F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F1F is #9FD0E0. Grayscale: #3B3B3B. Windows color (decimal): -10473697 or 2043744. OLE color: 2043744.

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

Color convert

RGB964731-
CMYK00.510.680.62
HSL14.77º51.18%24.9%-
HSV(B)14.77º67.71%37.65%-
XYZ6.094.621.87-
YUV59.83111.73153.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=55.17%
G=27.01%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96473100.510.680.6214.7751.1824.9
Hex602F1F033443Ef3319
Octal140573706310476176331
Binary11000001011111111101100111000100111110111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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