#806366

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

Shades of Empress #806366

Tints of Empress #806366

Color information

#806366 (or 0x806366) is unknown color: approx Empress. HEX triplet: 80, 63 and 66. RGB value is (128,99,102). Sum of RGB (Red+Green+Blue) = 128+99+102=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806366 is #7F9C99. Grayscale: #6C6C6C. Windows color (decimal): -8363162 or 6710144. OLE color: 6710144.

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

Color convert

RGB12899102-
CMYK00.230.200.50
HSL353.79º12.78%44.51%-
HSV(B)353.79º22.66%50.2%-
XYZ15.7614.4714.53-
YUV108.01124.61142.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=38.91%
G=30.09%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289910200.230.200.50353.7912.7844.51
Hex8063660171432162d2d
Octal20014314602724625421555
Binary1000000011000111100110010111101001100101011000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806366; }

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

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

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

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

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

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

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

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