#613320

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

Shades of Hairy Heath #613320

Tints of Hairy Heath #613320

Color information

#613320 (or 0x613320) is unknown color: approx Hairy Heath. HEX triplet: 61, 33 and 20. RGB value is (97,51,32). Sum of RGB (Red+Green+Blue) = 97+51+32=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #613320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613320 is #9ECCDF. Grayscale: #3E3E3E. Windows color (decimal): -10407136 or 2110305. OLE color: 2110305.

HSL color Cylindrical-coordinate representation of color #613320: hue angle of 17.54º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613320 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB975132-
CMYK00.470.670.62
HSL17.54º50.39%25.29%-
HSV(B)17.54º67.01%38.04%-
XYZ6.375.012-
YUV62.59110.74152.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=53.89%
G=28.33%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97513200.470.670.6217.5450.3925.29
Hex61332002F433E123219
Octal141634005710376226231
Binary1100001110011100000010111110000111111101001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613320; }

 p { color: rgb(97,51,32); }

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

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

 a { background-color: rgb(97,51,32); }

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

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

 span { border-color: rgb(97,51,32); }

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