#612F1F

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

Shades of Hairy Heath #612F1F

Tints of Hairy Heath #612F1F

Color information

#612F1F (or 0x612F1F) is unknown color: approx Hairy Heath. HEX triplet: 61, 2F and 1F. RGB value is (97,47,31). Sum of RGB (Red+Green+Blue) = 97+47+31=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #612F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F1F is #9ED0E0. Grayscale: #3C3C3C. Windows color (decimal): -10408161 or 2043745. OLE color: 2043745.

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

Color convert

RGB974731-
CMYK00.520.680.62
HSL14.55º51.56%25.1%-
HSV(B)14.55º68.04%38.04%-
XYZ6.194.671.87-
YUV60.13111.56154.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=55.43%
G=26.86%
B=17.71%

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
Decimal97473100.520.680.6214.5551.5625.1
Hex612F1F034443Ef3419
Octal141573706410476176431
Binary11000011011111111101101001000100111110111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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