#613329

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

Shades of Hairy Heath #613329

Tints of Hairy Heath #613329

Color information

#613329 (or 0x613329) is unknown color: approx Hairy Heath. HEX triplet: 61, 33 and 29. RGB value is (97,51,41). Sum of RGB (Red+Green+Blue) = 97+51+41=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #613329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613329 is #9ECCD6. Grayscale: #3F3F3F. Windows color (decimal): -10407127 or 2700129. OLE color: 2700129.

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

Color convert

RGB975141-
CMYK00.470.580.62
HSL10.71º40.58%27.06%-
HSV(B)10.71º57.73%38.04%-
XYZ6.515.072.73-
YUV63.61115.24151.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 51 (20.31% from 255) = 26.98%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=51.32%
G=26.98%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97514100.470.580.6210.7140.5827.06
Hex61332902F3A3Eb291b
Octal14163510577276135133
Binary11000011100111010010101111111010111110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613329; }

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

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

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

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

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

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

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

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