#613724

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

Shades of Hairy Heath #613724

Tints of Hairy Heath #613724

Color information

#613724 (or 0x613724) is unknown color: approx Hairy Heath. HEX triplet: 61, 37 and 24. RGB value is (97,55,36). Sum of RGB (Red+Green+Blue) = 97+55+36=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613724 is #9EC8DB. Grayscale: #414141. Windows color (decimal): -10406108 or 2373473. OLE color: 2373473.

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

Color convert

RGB975536-
CMYK00.430.630.62
HSL18.69º45.86%26.08%-
HSV(B)18.69º62.89%38.04%-
XYZ6.615.42.36-
YUV65.39111.41150.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=51.60%
G=29.26%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97553600.430.630.6218.6945.8626.08
Hex61372402B3F3E132e1a
Octal14167440537776235632
Binary110000111011110010001010111111111111101001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613724; }

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

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

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

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

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

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

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

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