#603321

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

Shades of Hairy Heath #603321

Tints of Hairy Heath #603321

Color information

#603321 (or 0x603321) is unknown color: approx Hairy Heath. HEX triplet: 60, 33 and 21. RGB value is (96,51,33). Sum of RGB (Red+Green+Blue) = 96+51+33=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #603321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603321 is #9FCCDE. Grayscale: #3E3E3E. Windows color (decimal): -10472671 or 2175840. OLE color: 2175840.

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

Color convert

RGB965133-
CMYK00.470.660.62
HSL17.14º48.84%25.29%-
HSV(B)17.14º65.62%37.65%-
XYZ6.284.962.07-
YUV62.4111.41151.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=53.33%
G=28.33%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96513300.470.660.6217.1448.8425.29
Hex60332102F423E113119
Octal140634105710276216131
Binary1100000110011100001010111110000101111101000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603321; }

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

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

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

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

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

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

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

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