#612F27

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

Shades of Hairy Heath #612F27

Tints of Hairy Heath #612F27

Color information

#612F27 (or 0x612F27) is unknown color: approx Hairy Heath. HEX triplet: 61, 2F and 27. RGB value is (97,47,39). Sum of RGB (Red+Green+Blue) = 97+47+39=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #612F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F27 is #9ED0D8. Grayscale: #3D3D3D. Windows color (decimal): -10408153 or 2568033. OLE color: 2568033.

HSL color Cylindrical-coordinate representation of color #612F27: hue angle of 8.28º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612F27 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB974739-
CMYK00.520.600.62
HSL8.28º42.65%26.67%-
HSV(B)8.28º59.79%38.04%-
XYZ6.314.722.5-
YUV61.04115.56153.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 39 (15.62% from 255) = 21.31%
R=53.01%
G=25.68%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97473900.520.600.628.2842.6526.67
Hex612F270343C3E82b1b
Octal14157470647476105333
Binary11000011011111001110110100111100111110100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,39); }

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

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

 a { background-color: rgb(97,47,39); }

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

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

 span { border-color: rgb(97,47,39); }

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