#613129

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

Shades of Hairy Heath #613129

Tints of Hairy Heath #613129

Color information

#613129 (or 0x613129) is unknown color: approx Hairy Heath. HEX triplet: 61, 31 and 29. RGB value is (97,49,41). Sum of RGB (Red+Green+Blue) = 97+49+41=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #613129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613129 is #9ECED6. Grayscale: #3E3E3E. Windows color (decimal): -10407639 or 2699617. OLE color: 2699617.

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

Color convert

RGB974941-
CMYK00.490.580.62
HSL8.57º40.58%27.06%-
HSV(B)8.57º57.73%38.04%-
XYZ6.434.92.7-
YUV62.44115.9152.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=51.87%
G=26.20%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97494100.490.580.628.5740.5827.06
Hex6131290313A3E9291b
Octal14161510617276115133
Binary11000011100011010010110001111010111110100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613129; }

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

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

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

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

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

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

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

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