#612E21

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

Shades of Hairy Heath #612E21

Tints of Hairy Heath #612E21

Color information

#612E21 (or 0x612E21) is unknown color: approx Hairy Heath. HEX triplet: 61, 2E and 21. RGB value is (97,46,33). Sum of RGB (Red+Green+Blue) = 97+46+33=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #612E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E21 is #9ED1DE. Grayscale: #3B3B3B. Windows color (decimal): -10408415 or 2174561. OLE color: 2174561.

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

Color convert

RGB974633-
CMYK00.530.660.62
HSL12.19º49.23%25.49%-
HSV(B)12.19º65.98%38.04%-
XYZ6.184.612-
YUV59.77112.9154.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.11%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 33 (13.28% from 255) = 18.75%
R=55.11%
G=26.14%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97463300.530.660.6212.1949.2325.49
Hex612E21035423Ec3119
Octal141564106510276146131
Binary110000110111010000101101011000010111110110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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