#603320

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

Shades of Hairy Heath #603320

Tints of Hairy Heath #603320

Color information

#603320 (or 0x603320) is unknown color: approx Hairy Heath. HEX triplet: 60, 33 and 20. RGB value is (96,51,32). Sum of RGB (Red+Green+Blue) = 96+51+32=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #603320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603320 is #9FCCDF. Grayscale: #3E3E3E. Windows color (decimal): -10472672 or 2110304. OLE color: 2110304.

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

Color convert

RGB965132-
CMYK00.470.670.62
HSL17.81º50%25.1%-
HSV(B)17.81º66.67%37.65%-
XYZ6.274.961.99-
YUV62.29110.91152.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=53.63%
G=28.49%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96513200.470.670.6217.815025.1
Hex60332002F433E123219
Octal140634005710376226231
Binary1100000110011100000010111110000111111101001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603320; }

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

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

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

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

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

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

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

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