#806469

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

Shades of Empress #806469

Tints of Empress #806469

Color information

#806469 (or 0x806469) is unknown color: approx Empress. HEX triplet: 80, 64 and 69. RGB value is (128,100,105). Sum of RGB (Red+Green+Blue) = 128+100+105=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #806469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806469 is #7F9B96. Grayscale: #6C6C6C. Windows color (decimal): -8362903 or 6907008. OLE color: 6907008.

HSL color Cylindrical-coordinate representation of color #806469: hue angle of 349.29º 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 #806469 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB128100105-
CMYK00.220.180.50
HSL349.29º12.28%44.71%-
HSV(B)349.29º21.88%50.2%-
XYZ16.0114.7215.36-
YUV108.94125.78141.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=38.44%
G=30.03%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810010500.220.180.50349.2912.2844.71
Hex806469016123215dc2d
Octal20014415102622625351455
Binary1000000011001001101001010110100101100101010111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806469; }

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

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

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

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

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

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

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

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