#85696C

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

Shades of Empress #85696C

Tints of Empress #85696C

Color information

#85696C (or 0x85696C) is unknown color: approx Empress. HEX triplet: 85, 69 and 6C. RGB value is (133,105,108). Sum of RGB (Red+Green+Blue) = 133+105+108=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #85696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85696C is #7A9693. Grayscale: #717171. Windows color (decimal): -8033940 or 7104901. OLE color: 7104901.

HSL color Cylindrical-coordinate representation of color #85696C: hue angle of 353.57º 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 #85696C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB133105108-
CMYK00.210.190.48
HSL353.57º11.76%46.67%-
HSV(B)353.57º21.05%52.16%-
XYZ17.4316.1716.39-
YUV113.71124.78141.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=38.44%
G=30.35%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310510800.210.190.48353.5711.7646.67
Hex85696C0151330162c2f
Octal20515115402523605421457
Binary1000010111010011101100010101100111100001011000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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