#612D21

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

Shades of Hairy Heath #612D21

Tints of Hairy Heath #612D21

Color information

#612D21 (or 0x612D21) is unknown color: approx Hairy Heath. HEX triplet: 61, 2D and 21. RGB value is (97,45,33). Sum of RGB (Red+Green+Blue) = 97+45+33=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D21 is #9ED2DE. Grayscale: #3B3B3B. Windows color (decimal): -10408671 or 2174305. OLE color: 2174305.

HSL color Cylindrical-coordinate representation of color #612D21: hue angle of 11.25º 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 #612D21 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB974533-
CMYK00.540.660.62
HSL11.25º49.23%25.49%-
HSV(B)11.25º65.98%38.04%-
XYZ6.144.531.99-
YUV59.18113.23154.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=55.43%
G=25.71%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97453300.540.660.6211.2549.2325.49
Hex612D21036423Eb3119
Octal141554106610276136131
Binary110000110110110000101101101000010111110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,33); }

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

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

 a { background-color: rgb(97,45,33); }

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

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

 span { border-color: rgb(97,45,33); }

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