#612E20

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

Shades of Hairy Heath #612E20

Tints of Hairy Heath #612E20

Color information

#612E20 (or 0x612E20) is unknown color: approx Hairy Heath. HEX triplet: 61, 2E and 20. RGB value is (97,46,32). Sum of RGB (Red+Green+Blue) = 97+46+32=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E20 is #9ED1DF. Grayscale: #3B3B3B. Windows color (decimal): -10408416 or 2109025. OLE color: 2109025.

HSL color Cylindrical-coordinate representation of color #612E20: hue angle of 12.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612E20 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB974632-
CMYK00.530.670.62
HSL12.92º50.39%25.29%-
HSV(B)12.92º67.01%38.04%-
XYZ6.174.61.93-
YUV59.65112.4154.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=55.43%
G=26.29%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97463200.530.670.6212.9250.3925.29
Hex612E20035433Ed3219
Octal141564006510376156231
Binary110000110111010000001101011000011111110110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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