#663321

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

Shades of Hairy Heath #663321

Tints of Hairy Heath #663321

Color information

#663321 (or 0x663321) is unknown color: approx Hairy Heath. HEX triplet: 66, 33 and 21. RGB value is (102,51,33). Sum of RGB (Red+Green+Blue) = 102+51+33=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #663321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663321 is #99CCDE. Grayscale: #404040. Windows color (decimal): -10079455 or 2175846. OLE color: 2175846.

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

Color convert

RGB1025133-
CMYK00.50.680.6
HSL15.65º51.11%26.47%-
HSV(B)15.65º67.65%40%-
XYZ6.945.32.1-
YUV64.2110.4154.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=54.84%
G=27.42%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102513300.50.680.615.6551.1126.47
Hex663321032443C10331a
Octal146634106210474206332
Binary1100110110011100001011001010001001111001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663321; }

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

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

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

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

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

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

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

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