#613628

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

Shades of Hairy Heath #613628

Tints of Hairy Heath #613628

Color information

#613628 (or 0x613628) is unknown color: approx Hairy Heath. HEX triplet: 61, 36 and 28. RGB value is (97,54,40). Sum of RGB (Red+Green+Blue) = 97+54+40=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #613628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613628 is #9EC9D7. Grayscale: #414141. Windows color (decimal): -10406360 or 2635361. OLE color: 2635361.

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

Color convert

RGB975440-
CMYK00.440.590.62
HSL14.74º41.61%26.86%-
HSV(B)14.74º58.76%38.04%-
XYZ6.635.332.69-
YUV65.26113.75150.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=50.79%
G=28.27%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97544000.440.590.6214.7441.6126.86
Hex61362802C3B3Ef2a1b
Octal14166500547376175233
Binary11000011101101010000101100111011111110111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613628; }

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

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

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

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

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

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

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

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