#613428

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

Shades of Hairy Heath #613428

Tints of Hairy Heath #613428

Color information

#613428 (or 0x613428) is unknown color: approx Hairy Heath. HEX triplet: 61, 34 and 28. RGB value is (97,52,40). Sum of RGB (Red+Green+Blue) = 97+52+40=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #613428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613428 is #9ECBD7. Grayscale: #404040. Windows color (decimal): -10406872 or 2634849. OLE color: 2634849.

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

Color convert

RGB975240-
CMYK00.460.590.62
HSL12.63º41.61%26.86%-
HSV(B)12.63º58.76%38.04%-
XYZ6.545.152.66-
YUV64.09114.41151.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=51.32%
G=27.51%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97524000.460.590.6212.6341.6126.86
Hex61342802E3B3Ed2a1b
Octal14164500567376155233
Binary11000011101001010000101110111011111110110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613428; }

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

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

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

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

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

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

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

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