Html Css Color HEX #85686F Empress

📋 copy color: '#85686F'

red 133 ◦ green 104 ◦ blue 111

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

Shades of Empress #85686F

Tints of Empress #85686F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 38.22%
G = 29.89%
B = 31.9%

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

#85686F (or 0x85686F) is known color: Empress. HEX triplet: 85, 68 and 6F. RGB value is (133,104,111). Sum of RGB (Red+Green+Blue) = 133+104+111=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #85686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85686F is #7A9790. Grayscale: #717171. Windows color (decimal): -8034193 or 7301253. OLE color: 7301253.

HSL color Cylindrical-coordinate representation of color #85686F: hue angle of 345.52º 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 #85686F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 111 -
CMYK 0 0.22 0.17 0.48
HSL 345.52º 0.12% 0.46% -
HSV(B) 345.52º 0.22% 0.52% -
XYZ 17.49 16.03 17.21 -
YUV 113.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 133 104 111 0 0.22 0.17 0.48 345.52 0.12 0.46
Hex 85 68 6F 0 16 11 30 15A C 2E
Octal 205 150 157 0 26 21 60 532 14 56
Binary 10000101 1101000 1101111 0 10110 10001 110000 101011010 1100 101110

Color Harmonies of #85686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85686F

Black with #85686F

Text Example


Text Example

White with #85686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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