#613024

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

Shades of Hairy Heath #613024

Tints of Hairy Heath #613024

Color information

#613024 (or 0x613024) is unknown color: approx Hairy Heath. HEX triplet: 61, 30 and 24. RGB value is (97,48,36). Sum of RGB (Red+Green+Blue) = 97+48+36=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613024 is #9ECFDB. Grayscale: #3D3D3D. Windows color (decimal): -10407900 or 2371681. OLE color: 2371681.

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

Color convert

RGB974836-
CMYK00.510.630.62
HSL11.8º45.86%26.08%-
HSV(B)11.8º62.89%38.04%-
XYZ6.314.782.26-
YUV61.28113.73153.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=53.59%
G=26.52%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97483600.510.630.6211.845.8626.08
Hex6130240333F3Ec2e1a
Octal14160440637776145632
Binary11000011100001001000110011111111111110110010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613024; }

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

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

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

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

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

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

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

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