#613424

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

Shades of Hairy Heath #613424

Tints of Hairy Heath #613424

Color information

#613424 (or 0x613424) is unknown color: approx Hairy Heath. HEX triplet: 61, 34 and 24. RGB value is (97,52,36). Sum of RGB (Red+Green+Blue) = 97+52+36=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613424 is #9ECBDB. Grayscale: #3F3F3F. Windows color (decimal): -10406876 or 2372705. OLE color: 2372705.

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

Color convert

RGB975236-
CMYK00.460.630.62
HSL15.74º45.86%26.08%-
HSV(B)15.74º62.89%38.04%-
XYZ6.485.122.32-
YUV63.63112.41151.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=52.43%
G=28.11%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97523600.460.630.6215.7445.8626.08
Hex61342402E3F3E102e1a
Octal14164440567776205632
Binary110000111010010010001011101111111111101000010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613424; }

 p { color: rgb(97,52,36); }

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

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

 a { background-color: rgb(97,52,36); }

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

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

 span { border-color: rgb(97,52,36); }

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