#603329

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

Shades of Hairy Heath #603329

Tints of Hairy Heath #603329

Color information

#603329 (or 0x603329) is unknown color: approx Hairy Heath. HEX triplet: 60, 33 and 29. RGB value is (96,51,41). Sum of RGB (Red+Green+Blue) = 96+51+41=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #603329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603329 is #9FCCD6. Grayscale: #3F3F3F. Windows color (decimal): -10472663 or 2700128. OLE color: 2700128.

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

Color convert

RGB965141-
CMYK00.470.570.62
HSL10.91º40.15%26.86%-
HSV(B)10.91º57.29%37.65%-
XYZ6.415.012.73-
YUV63.32115.41151.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=51.06%
G=27.13%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96514100.470.570.6210.9140.1526.86
Hex60332902F393Eb281b
Octal14063510577176135033
Binary11000001100111010010101111111001111110101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603329; }

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

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

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

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

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

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

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

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