#85696A

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

Shades of Empress #85696A

Tints of Empress #85696A

Color information

#85696A (or 0x85696A) is unknown color: approx Empress. HEX triplet: 85, 69 and 6A. RGB value is (133,105,106). Sum of RGB (Red+Green+Blue) = 133+105+106=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85696A is #7A9695. Grayscale: #717171. Windows color (decimal): -8033942 or 6973829. OLE color: 6973829.

HSL color Cylindrical-coordinate representation of color #85696A: hue angle of 357.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85696A is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB133105106-
CMYK00.210.200.48
HSL357.86º11.76%46.67%-
HSV(B)357.86º21.05%52.16%-
XYZ17.3316.1315.84-
YUV113.49123.78141.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=38.66%
G=30.52%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310510600.210.200.48357.8611.7646.67
Hex85696A0151430166c2f
Octal20515115202524605461457
Binary1000010111010011101010010101101001100001011001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,105,106); }

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

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

 a { background-color: rgb(133,105,106); }

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

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

 span { border-color: rgb(133,105,106); }

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