#603324

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

Shades of Hairy Heath #603324

Tints of Hairy Heath #603324

Color information

#603324 (or 0x603324) is unknown color: approx Hairy Heath. HEX triplet: 60, 33 and 24. RGB value is (96,51,36). Sum of RGB (Red+Green+Blue) = 96+51+36=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #603324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603324 is #9FCCDB. Grayscale: #3E3E3E. Windows color (decimal): -10472668 or 2372448. OLE color: 2372448.

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

Color convert

RGB965136-
CMYK00.470.620.62
HSL15º45.45%25.88%-
HSV(B)15º62.5%37.65%-
XYZ6.334.982.3-
YUV62.74112.91151.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=52.46%
G=27.87%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96513600.470.620.621545.4525.88
Hex60332402F3E3Ef2d1a
Octal14063440577676175532
Binary11000001100111001000101111111110111110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603324; }

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

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

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

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

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

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

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

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