#612E23

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

Shades of Hairy Heath #612E23

Tints of Hairy Heath #612E23

Color information

#612E23 (or 0x612E23) is unknown color: approx Hairy Heath. HEX triplet: 61, 2E and 23. RGB value is (97,46,35). Sum of RGB (Red+Green+Blue) = 97+46+35=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #612E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E23 is #9ED1DC. Grayscale: #3C3C3C. Windows color (decimal): -10408413 or 2305633. OLE color: 2305633.

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

Color convert

RGB974635-
CMYK00.530.640.62
HSL10.65º46.97%25.88%-
HSV(B)10.65º63.92%38.04%-
XYZ6.214.622.15-
YUV60113.9154.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 46 (18.36% from 255) = 25.84%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=54.49%
G=25.84%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97463500.530.640.6210.6546.9725.88
Hex612E23035403Eb2f1a
Octal141564306510076135732
Binary110000110111010001101101011000000111110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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