#613222

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

Shades of Hairy Heath #613222

Tints of Hairy Heath #613222

Color information

#613222 (or 0x613222) is unknown color: approx Hairy Heath. HEX triplet: 61, 32 and 22. RGB value is (97,50,34). Sum of RGB (Red+Green+Blue) = 97+50+34=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613222 is #9ECDDD. Grayscale: #3E3E3E. Windows color (decimal): -10407390 or 2241121. OLE color: 2241121.

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

Color convert

RGB975034-
CMYK00.480.650.62
HSL15.24º48.09%25.69%-
HSV(B)15.24º64.95%38.04%-
XYZ6.364.942.13-
YUV62.23112.07152.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=53.59%
G=27.62%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97503400.480.650.6215.2448.0925.69
Hex613222030413Ef301a
Octal141624206010176176032
Binary110000111001010001001100001000001111110111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613222; }

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

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

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

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

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

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

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

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