Html Css Color HEX #85696C Empress

📋 copy color: '#85696C'

red 133 ◦ green 105 ◦ blue 108

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

Shades of Empress #85696C

Tints of Empress #85696C

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 value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85696C (or 0x85696C) is known color: 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

RGB 133 105 108 -
CMYK 0 0.21 0.19 0.48
HSL 353.57º 0.12% 0.47% -
HSV(B) 353.57º 0.21% 0.52% -
XYZ 17.43 16.17 16.39 -
YUV 113.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 133 105 108 0 0.21 0.19 0.48 353.57 0.12 0.47
Hex 85 69 6C 0 15 13 30 162 C 2F
Octal 205 151 154 0 25 23 60 542 14 57
Binary 10000101 1101001 1101100 0 10101 10011 110000 101100010 1100 101111

Color Harmonies of #85696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85696C

Black with #85696C

Text Example


Text Example

White with #85696C

Text Example


Text Example

HTML Codes & Css Web 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>