Html Css Color HEX #85676D Empress

📋 copy color: '#85676D'

red 133 ◦ green 103 ◦ blue 109

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

Shades of Empress #85676D

Tints of Empress #85676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 38.55%
G = 29.86%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#85676D (or 0x85676D) is known color: Empress. HEX triplet: 85, 67 and 6D. RGB value is (133,103,109). Sum of RGB (Red+Green+Blue) = 133+103+109=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85676D is #7A9892. Grayscale: #707070. Windows color (decimal): -8034451 or 7169925. OLE color: 7169925.

HSL color Cylindrical-coordinate representation of color #85676D: hue angle of 348º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85676D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 109 -
CMYK 0 0.23 0.18 0.48
HSL 348º 0.13% 0.46% -
HSV(B) 348º 0.23% 0.52% -
XYZ 17.28 15.79 16.61 -
YUV 112.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 133 103 109 0 0.23 0.18 0.48 348 0.13 0.46
Hex 85 67 6D 0 17 12 30 15C D 2E
Octal 205 147 155 0 27 22 60 534 15 56
Binary 10000101 1100111 1101101 0 10111 10010 110000 101011100 1101 101110

Color Harmonies of #85676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85676D

Black with #85676D

Text Example


Text Example

White with #85676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85676D; }

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

 H1.HeaderClassName
 {
   color: #85676D;
 }
 .AnyTagClassName
 {
   color: #85676D;
 }
</style>

background-color css

<style>
 a { background-color: #85676D; }

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

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

border-color css

<style>
 span { border-color: #85676D; }

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

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