#613121

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

Shades of Hairy Heath #613121

Tints of Hairy Heath #613121

Color information

#613121 (or 0x613121) is unknown color: approx Hairy Heath. HEX triplet: 61, 31 and 21. RGB value is (97,49,33). Sum of RGB (Red+Green+Blue) = 97+49+33=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #613121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613121 is #9ECEDE. Grayscale: #3D3D3D. Windows color (decimal): -10407647 or 2175329. OLE color: 2175329.

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

Color convert

RGB974933-
CMYK00.490.660.62
HSL15º49.23%25.49%-
HSV(B)15º65.98%38.04%-
XYZ6.34.852.04-
YUV61.53111.9153.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=54.19%
G=27.37%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97493300.490.660.621549.2325.49
Hex613121031423Ef3119
Octal141614106110276176131
Binary110000111000110000101100011000010111110111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613121; }

 p { color: rgb(97,49,33); }

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

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

 a { background-color: rgb(97,49,33); }

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

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

 span { border-color: rgb(97,49,33); }

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