#603221

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

Shades of Hairy Heath #603221

Tints of Hairy Heath #603221

Color information

#603221 (or 0x603221) is unknown color: approx Hairy Heath. HEX triplet: 60, 32 and 21. RGB value is (96,50,33). Sum of RGB (Red+Green+Blue) = 96+50+33=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #603221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603221 is #9FCDDE. Grayscale: #3D3D3D. Windows color (decimal): -10472927 or 2175584. OLE color: 2175584.

HSL color Cylindrical-coordinate representation of color #603221: hue angle of 16.19º 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 #603221 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB965033-
CMYK00.480.660.62
HSL16.19º48.84%25.29%-
HSV(B)16.19º65.62%37.65%-
XYZ6.244.882.05-
YUV61.82111.74152.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=53.63%
G=27.93%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96503300.480.660.6216.1948.8425.29
Hex603221030423E103119
Octal140624106010276206131
Binary1100000110010100001011000010000101111101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603221; }

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

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

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

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

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

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

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

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