#602E1F

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

Shades of Hairy Heath #602E1F

Tints of Hairy Heath #602E1F

Color information

#602E1F (or 0x602E1F) is unknown color: approx Hairy Heath. HEX triplet: 60, 2E and 1F. RGB value is (96,46,31). Sum of RGB (Red+Green+Blue) = 96+46+31=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #602E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E1F is #9FD1E0. Grayscale: #3B3B3B. Windows color (decimal): -10473953 or 2043488. OLE color: 2043488.

HSL color Cylindrical-coordinate representation of color #602E1F: hue angle of 13.85º 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 #602E1F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB964631-
CMYK00.520.680.62
HSL13.85º51.18%24.9%-
HSV(B)13.85º67.71%37.65%-
XYZ6.054.541.85-
YUV59.24112.06154.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=55.49%
G=26.59%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96463100.520.680.6213.8551.1824.9
Hex602E1F034443Ee3319
Octal140563706410476166331
Binary11000001011101111101101001000100111110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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