#806568

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

Shades of Empress #806568

Tints of Empress #806568

Color information

#806568 (or 0x806568) is unknown color: approx Empress. HEX triplet: 80, 65 and 68. RGB value is (128,101,104). Sum of RGB (Red+Green+Blue) = 128+101+104=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #806568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806568 is #7F9A97. Grayscale: #6D6D6D. Windows color (decimal): -8362648 or 6841728. OLE color: 6841728.

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

Color convert

RGB128101104-
CMYK00.210.190.50
HSL353.33º11.79%44.9%-
HSV(B)353.33º21.09%50.2%-
XYZ16.0514.915.13-
YUV109.42124.95141.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=38.44%
G=30.33%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810110400.210.190.50353.3311.7944.9
Hex8065680151332161c2d
Octal20014515002523625411455
Binary1000000011001011101000010101100111100101011000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806568; }

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

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

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

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

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

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

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

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