#612E1E

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

Shades of Hairy Heath #612E1E

Tints of Hairy Heath #612E1E

Color information

#612E1E (or 0x612E1E) is unknown color: approx Hairy Heath. HEX triplet: 61, 2E and 1E. RGB value is (97,46,30). Sum of RGB (Red+Green+Blue) = 97+46+30=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #612E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E1E is #9ED1E1. Grayscale: #3B3B3B. Windows color (decimal): -10408418 or 1977953. OLE color: 1977953.

HSL color Cylindrical-coordinate representation of color #612E1E: hue angle of 14.33º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612E1E is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB974630-
CMYK00.530.690.62
HSL14.33º52.76%24.9%-
HSV(B)14.33º69.07%38.04%-
XYZ6.144.591.79-
YUV59.42111.4154.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=56.07%
G=26.59%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97463000.530.690.6214.3352.7624.9
Hex612E1E035453Ee3519
Octal141563606510576166531
Binary11000011011101111001101011000101111110111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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