#613229

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

Shades of Hairy Heath #613229

Tints of Hairy Heath #613229

Color information

#613229 (or 0x613229) is unknown color: approx Hairy Heath. HEX triplet: 61, 32 and 29. RGB value is (97,50,41). Sum of RGB (Red+Green+Blue) = 97+50+41=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613229 is #9ECDD6. Grayscale: #3F3F3F. Windows color (decimal): -10407383 or 2699873. OLE color: 2699873.

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

Color convert

RGB975041-
CMYK00.480.580.62
HSL9.64º40.58%27.06%-
HSV(B)9.64º57.73%38.04%-
XYZ6.474.982.72-
YUV63.03115.57152.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=51.60%
G=26.60%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97504100.480.580.629.6440.5827.06
Hex6132290303A3Ea291b
Octal14162510607276125133
Binary11000011100101010010110000111010111110101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613229; }

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

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

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

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

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

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

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

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