#806466

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

Shades of Empress #806466

Tints of Empress #806466

Color information

#806466 (or 0x806466) is unknown color: approx Empress. HEX triplet: 80, 64 and 66. RGB value is (128,100,102). Sum of RGB (Red+Green+Blue) = 128+100+102=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806466 is #7F9B99. Grayscale: #6C6C6C. Windows color (decimal): -8362906 or 6710400. OLE color: 6710400.

HSL color Cylindrical-coordinate representation of color #806466: hue angle of 355.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806466 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB128100102-
CMYK00.220.200.50
HSL355.71º12.28%44.71%-
HSV(B)355.71º21.88%50.2%-
XYZ15.8614.6614.56-
YUV108.6124.28141.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=38.79%
G=30.30%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810010200.220.200.50355.7112.2844.71
Hex8064660161432164c2d
Octal20014414602624625441455
Binary1000000011001001100110010110101001100101011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806466; }

 p { color: rgb(128,100,102); }

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

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

 a { background-color: rgb(128,100,102); }

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

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

 span { border-color: rgb(128,100,102); }

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