#856D6E

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

Shades of Empress #856D6E

Tints of Empress #856D6E

Color information

#856D6E (or 0x856D6E) is unknown color: approx Empress. HEX triplet: 85, 6D and 6E. RGB value is (133,109,110). Sum of RGB (Red+Green+Blue) = 133+109+110=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D6E is #7A9291. Grayscale: #747474. Windows color (decimal): -8032914 or 7236997. OLE color: 7236997.

HSL color Cylindrical-coordinate representation of color #856D6E: hue angle of 357.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856D6E is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB133109110-
CMYK00.180.170.48
HSL357.5º9.92%47.45%-
HSV(B)357.5º18.05%52.16%-
XYZ17.9617.0517.1-
YUV116.29124.45139.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=37.78%
G=30.97%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310911000.180.170.48357.59.9247.45
Hex856D6E0121130166a2f
Octal20515515602221605461257
Binary1000010111011011101110010010100011100001011001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D6E; }

 p { color: rgb(133,109,110); }

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

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

 a { background-color: rgb(133,109,110); }

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

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

 span { border-color: rgb(133,109,110); }

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