Html Css Color HEX #85686E Empress

📋 copy color: '#85686E'

red 133 ◦ green 104 ◦ blue 110

#85686E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #85686E

Tints of Empress #85686E

RGB

 RED value IS 133 (52.34% from 255) = 38.33%

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 38.33%
G = 29.97%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85686E (or 0x85686E) is known color: Empress. HEX triplet: 85, 68 and 6E. RGB value is (133,104,110). Sum of RGB (Red+Green+Blue) = 133+104+110=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #85686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85686E is #7A9791. Grayscale: #717171. Windows color (decimal): -8034194 or 7235717. OLE color: 7235717.

HSL color Cylindrical-coordinate representation of color #85686E: hue angle of 347.59º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85686E is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 110 -
CMYK 0 0.22 0.17 0.48
HSL 347.59º 0.12% 0.46% -
HSV(B) 347.59º 0.22% 0.52% -
XYZ 17.44 16.01 16.92 -
YUV 113.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 133 104 110 0 0.22 0.17 0.48 347.59 0.12 0.46
Hex 85 68 6E 0 16 11 30 15C C 2E
Octal 205 150 156 0 26 21 60 534 14 56
Binary 10000101 1101000 1101110 0 10110 10001 110000 101011100 1100 101110

Color Harmonies of #85686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85686E

Black with #85686E

Text Example


Text Example

White with #85686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85686E; }

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

 H1.HeaderClassName
 {
   color: #85686E;
 }
 .AnyTagClassName
 {
   color: #85686E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #85686E;
 }
 .BgClassName
 {
   background-color: #85686E;
 }
</style>

border-color css

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

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

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