#613326

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

Shades of Hairy Heath #613326

Tints of Hairy Heath #613326

Color information

#613326 (or 0x613326) is unknown color: approx Hairy Heath. HEX triplet: 61, 33 and 26. RGB value is (97,51,38). Sum of RGB (Red+Green+Blue) = 97+51+38=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #613326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613326 is #9ECCD9. Grayscale: #3F3F3F. Windows color (decimal): -10407130 or 2503521. OLE color: 2503521.

HSL color Cylindrical-coordinate representation of color #613326: hue angle of 13.22º 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 #613326 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB975138-
CMYK00.470.610.62
HSL13.22º43.7%26.47%-
HSV(B)13.22º60.82%38.04%-
XYZ6.465.052.47-
YUV63.27113.74152.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=52.15%
G=27.42%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97513800.470.610.6213.2243.726.47
Hex61332602F3D3Ed2c1a
Octal14163460577576155432
Binary11000011100111001100101111111101111110110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613326; }

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

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

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

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

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

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

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

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