#816769

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

Shades of Empress #816769

Tints of Empress #816769

Color information

#816769 (or 0x816769) is unknown color: approx Empress. HEX triplet: 81, 67 and 69. RGB value is (129,103,105). Sum of RGB (Red+Green+Blue) = 129+103+105=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #816769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816769 is #7E9896. Grayscale: #6F6F6F. Windows color (decimal): -8296599 or 6907777. OLE color: 6907777.

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

Color convert

RGB129103105-
CMYK00.200.190.49
HSL355.38º11.21%45.49%-
HSV(B)355.38º20.16%50.59%-
XYZ16.4515.3915.47-
YUV111124.61140.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 103 (40.62% from 255) = 30.56%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=38.28%
G=30.56%
B=31.16%

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
Decimal12910310500.200.190.49355.3811.2145.49
Hex8167690141331163b2d
Octal20114715102423615431355
Binary1000000111001111101001010100100111100011011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816769; }

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

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

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

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

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

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

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

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