#816768

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

Shades of Empress #816768

Tints of Empress #816768

Color information

#816768 (or 0x816768) is unknown color: approx Empress. HEX triplet: 81, 67 and 68. RGB value is (129,103,104). Sum of RGB (Red+Green+Blue) = 129+103+104=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #816768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816768 is #7E9897. Grayscale: #6E6E6E. Windows color (decimal): -8296600 or 6842241. OLE color: 6842241.

HSL color Cylindrical-coordinate representation of color #816768: hue angle of 357.69º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #816768 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB129103104-
CMYK00.200.190.49
HSL357.69º11.21%45.49%-
HSV(B)357.69º20.16%50.59%-
XYZ16.415.3715.2-
YUV110.89124.11140.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=38.39%
G=30.65%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910310400.200.190.49357.6911.2145.49
Hex8167680141331166b2d
Octal20114715002423615461355
Binary1000000111001111101000010100100111100011011001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816768; }

 p { color: rgb(129,103,104); }

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

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

 a { background-color: rgb(129,103,104); }

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

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

 span { border-color: rgb(129,103,104); }

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