#81676A

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

Shades of Empress #81676A

Tints of Empress #81676A

Color information

#81676A (or 0x81676A) is unknown color: approx Empress. HEX triplet: 81, 67 and 6A. RGB value is (129,103,106). Sum of RGB (Red+Green+Blue) = 129+103+106=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81676A is #7E9895. Grayscale: #6F6F6F. Windows color (decimal): -8296598 or 6973313. OLE color: 6973313.

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

Color convert

RGB129103106-
CMYK00.200.180.49
HSL353.08º11.21%45.49%-
HSV(B)353.08º20.16%50.59%-
XYZ16.5115.4115.74-
YUV111.12125.11140.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=38.17%
G=30.47%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910310600.200.180.49353.0811.2145.49
Hex81676A0141231161b2d
Octal20114715202422615411355
Binary1000000111001111101010010100100101100011011000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81676A; }

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

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

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

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

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

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

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

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