#663221

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

Shades of Hairy Heath #663221

Tints of Hairy Heath #663221

Color information

#663221 (or 0x663221) is unknown color: approx Hairy Heath. HEX triplet: 66, 32 and 21. RGB value is (102,50,33). Sum of RGB (Red+Green+Blue) = 102+50+33=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #663221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663221 is #99CDDE. Grayscale: #3F3F3F. Windows color (decimal): -10079711 or 2175590. OLE color: 2175590.

HSL color Cylindrical-coordinate representation of color #663221: hue angle of 14.78º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663221 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1025033-
CMYK00.510.680.6
HSL14.78º51.11%26.47%-
HSV(B)14.78º67.65%40%-
XYZ6.895.222.08-
YUV63.61110.73155.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=55.14%
G=27.03%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102503300.510.680.614.7851.1126.47
Hex663221033443Cf331a
Octal146624106310474176332
Binary110011011001010000101100111000100111100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663221; }

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

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

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

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

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

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

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

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