#816568

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

Shades of Empress #816568

Tints of Empress #816568

Color information

#816568 (or 0x816568) is unknown color: approx Empress. HEX triplet: 81, 65 and 68. RGB value is (129,101,104). Sum of RGB (Red+Green+Blue) = 129+101+104=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #816568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816568 is #7E9A97. Grayscale: #6D6D6D. Windows color (decimal): -8297112 or 6841729. OLE color: 6841729.

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

Color convert

RGB129101104-
CMYK00.220.190.49
HSL353.57º12.17%45.1%-
HSV(B)353.57º21.71%50.59%-
XYZ16.2114.9715.13-
YUV109.71124.78141.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=38.62%
G=30.24%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910110400.220.190.49353.5712.1745.1
Hex8165680161331162c2d
Octal20114515002623615421455
Binary1000000111001011101000010110100111100011011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816568; }

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

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

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

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

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

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

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

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