#613028

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

Shades of Hairy Heath #613028

Tints of Hairy Heath #613028

Color information

#613028 (or 0x613028) is unknown color: approx Hairy Heath. HEX triplet: 61, 30 and 28. RGB value is (97,48,40). Sum of RGB (Red+Green+Blue) = 97+48+40=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613028 is #9ECFD7. Grayscale: #3D3D3D. Windows color (decimal): -10407896 or 2633825. OLE color: 2633825.

HSL color Cylindrical-coordinate representation of color #613028: hue angle of 8.42º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #613028 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB974840-
CMYK00.510.590.62
HSL8.42º41.61%26.86%-
HSV(B)8.42º58.76%38.04%-
XYZ6.374.812.6-
YUV61.74115.73153.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=52.43%
G=25.95%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97484000.510.590.628.4241.6126.86
Hex6130280333B3E82a1b
Octal14160500637376105233
Binary11000011100001010000110011111011111110100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613028; }

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

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

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

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

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

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

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

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