#603327

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

Shades of Hairy Heath #603327

Tints of Hairy Heath #603327

Color information

#603327 (or 0x603327) is unknown color: approx Hairy Heath. HEX triplet: 60, 33 and 27. RGB value is (96,51,39). Sum of RGB (Red+Green+Blue) = 96+51+39=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603327 is #9FCCD8. Grayscale: #3F3F3F. Windows color (decimal): -10472665 or 2569056. OLE color: 2569056.

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

Color convert

RGB965139-
CMYK00.470.590.62
HSL12.63º42.22%26.47%-
HSV(B)12.63º59.38%37.65%-
XYZ6.3752.55-
YUV63.09114.41151.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=51.61%
G=27.42%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96513900.470.590.6212.6342.2226.47
Hex60332702F3B3Ed2a1a
Octal14063470577376155232
Binary11000001100111001110101111111011111110110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603327; }

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

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

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

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

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

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

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

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