#613322

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

Shades of Hairy Heath #613322

Tints of Hairy Heath #613322

Color information

#613322 (or 0x613322) is unknown color: approx Hairy Heath. HEX triplet: 61, 33 and 22. RGB value is (97,51,34). Sum of RGB (Red+Green+Blue) = 97+51+34=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #613322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613322 is #9ECCDD. Grayscale: #3E3E3E. Windows color (decimal): -10407134 or 2241377. OLE color: 2241377.

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

Color convert

RGB975134-
CMYK00.470.650.62
HSL16.19º48.09%25.69%-
HSV(B)16.19º64.95%38.04%-
XYZ6.45.022.15-
YUV62.82111.74152.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 51 (20.31% from 255) = 28.02%
BLUE value IS 34 (13.67% from 255) = 18.68%
R=53.30%
G=28.02%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97513400.470.650.6216.1948.0925.69
Hex61332202F413E10301a
Octal141634205710176206032
Binary1100001110011100010010111110000011111101000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613322; }

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

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

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

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

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

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

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

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