#663021

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

Shades of Hairy Heath #663021

Tints of Hairy Heath #663021

Color information

#663021 (or 0x663021) is unknown color: approx Hairy Heath. HEX triplet: 66, 30 and 21. RGB value is (102,48,33). Sum of RGB (Red+Green+Blue) = 102+48+33=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #663021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663021 is #99CFDE. Grayscale: #3E3E3E. Windows color (decimal): -10080223 or 2175078. OLE color: 2175078.

HSL color Cylindrical-coordinate representation of color #663021: hue angle of 13.04º 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 #663021 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1024833-
CMYK00.530.680.6
HSL13.04º51.11%26.47%-
HSV(B)13.04º67.65%40%-
XYZ6.815.052.05-
YUV62.44111.39156.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=55.74%
G=26.23%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102483300.530.680.613.0451.1126.47
Hex663021035443Cd331a
Octal146604106510474156332
Binary110011011000010000101101011000100111100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663021; }

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

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

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

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

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

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

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

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