#806368

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

Shades of Empress #806368

Tints of Empress #806368

Color information

#806368 (or 0x806368) is unknown color: approx Empress. HEX triplet: 80, 63 and 68. RGB value is (128,99,104). Sum of RGB (Red+Green+Blue) = 128+99+104=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806368 is #7F9C97. Grayscale: #6C6C6C. Windows color (decimal): -8363160 or 6841216. OLE color: 6841216.

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

Color convert

RGB12899104-
CMYK00.230.190.50
HSL349.66º12.78%44.51%-
HSV(B)349.66º22.66%50.2%-
XYZ15.8614.5115.06-
YUV108.24125.61142.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=38.67%
G=29.91%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289910400.230.190.50349.6612.7844.51
Hex806368017133215ed2d
Octal20014315002723625361555
Binary1000000011000111101000010111100111100101010111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806368; }

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

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

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

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

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

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

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

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