#613529

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

Shades of Hairy Heath #613529

Tints of Hairy Heath #613529

Color information

#613529 (or 0x613529) is unknown color: approx Hairy Heath. HEX triplet: 61, 35 and 29. RGB value is (97,53,41). Sum of RGB (Red+Green+Blue) = 97+53+41=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #613529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613529 is #9ECAD6. Grayscale: #404040. Windows color (decimal): -10406615 or 2700641. OLE color: 2700641.

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

Color convert

RGB975341-
CMYK00.450.580.62
HSL12.86º40.58%27.06%-
HSV(B)12.86º57.73%38.04%-
XYZ6.65.252.76-
YUV64.79114.58150.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.79%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 41 (16.41% from 255) = 21.47%
R=50.79%
G=27.75%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97534100.450.580.6212.8640.5827.06
Hex61352902D3A3Ed291b
Octal14165510557276155133
Binary11000011101011010010101101111010111110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613529; }

 p { color: rgb(97,53,41); }

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

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

 a { background-color: rgb(97,53,41); }

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

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

 span { border-color: rgb(97,53,41); }

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