#613226

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

Shades of Hairy Heath #613226

Tints of Hairy Heath #613226

Color information

#613226 (or 0x613226) is unknown color: approx Hairy Heath. HEX triplet: 61, 32 and 26. RGB value is (97,50,38). Sum of RGB (Red+Green+Blue) = 97+50+38=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613226 is #9ECDD9. Grayscale: #3E3E3E. Windows color (decimal): -10407386 or 2503265. OLE color: 2503265.

HSL color Cylindrical-coordinate representation of color #613226: hue angle of 12.2º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613226 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB975038-
CMYK00.480.610.62
HSL12.2º43.7%26.47%-
HSV(B)12.2º60.82%38.04%-
XYZ6.424.962.45-
YUV62.68114.07152.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=52.43%
G=27.03%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97503800.480.610.6212.243.726.47
Hex6132260303D3Ec2c1a
Octal14162460607576145432
Binary11000011100101001100110000111101111110110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613226; }

 p { color: rgb(97,50,38); }

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

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

 a { background-color: rgb(97,50,38); }

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

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

 span { border-color: rgb(97,50,38); }

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