#612E1F

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

Shades of Hairy Heath #612E1F

Tints of Hairy Heath #612E1F

Color information

#612E1F (or 0x612E1F) is unknown color: approx Hairy Heath. HEX triplet: 61, 2E and 1F. RGB value is (97,46,31). Sum of RGB (Red+Green+Blue) = 97+46+31=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #612E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E1F is #9ED1E0. Grayscale: #3B3B3B. Windows color (decimal): -10408417 or 2043489. OLE color: 2043489.

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

Color convert

RGB974631-
CMYK00.530.680.62
HSL13.64º51.56%25.1%-
HSV(B)13.64º68.04%38.04%-
XYZ6.154.591.86-
YUV59.54111.9154.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=55.75%
G=26.44%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97463100.530.680.6213.6451.5625.1
Hex612E1F035443Ee3419
Octal141563706510476166431
Binary11000011011101111101101011000100111110111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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