#613225

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

Shades of Hairy Heath #613225

Tints of Hairy Heath #613225

Color information

#613225 (or 0x613225) is unknown color: approx Hairy Heath. HEX triplet: 61, 32 and 25. RGB value is (97,50,37). Sum of RGB (Red+Green+Blue) = 97+50+37=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #613225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613225 is #9ECDDA. Grayscale: #3E3E3E. Windows color (decimal): -10407387 or 2437729. OLE color: 2437729.

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

Color convert

RGB975037-
CMYK00.480.620.62
HSL13º44.78%26.27%-
HSV(B)13º61.86%38.04%-
XYZ6.44.962.37-
YUV62.57113.57152.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 50 (19.92% from 255) = 27.17%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=52.72%
G=27.17%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97503700.480.620.621344.7826.27
Hex6132250303E3Ed2d1a
Octal14162450607676155532
Binary11000011100101001010110000111110111110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613225; }

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

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

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

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

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

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

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

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