Html Css Color HEX #85696B Empress

📋 copy color: '#85696B'

red 133 ◦ green 105 ◦ blue 107

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

Shades of Empress #85696B

Tints of Empress #85696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 38.55%
G = 30.43%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85696B (or 0x85696B) is known color: Empress. HEX triplet: 85, 69 and 6B. RGB value is (133,105,107). Sum of RGB (Red+Green+Blue) = 133+105+107=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85696B is #7A9694. Grayscale: #717171. Windows color (decimal): -8033941 or 7039365. OLE color: 7039365.

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

Color convert

RGB 133 105 107 -
CMYK 0 0.21 0.20 0.48
HSL 355.71º 0.12% 0.47% -
HSV(B) 355.71º 0.21% 0.52% -
XYZ 17.38 16.15 16.11 -
YUV 113.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 133 105 107 0 0.21 0.20 0.48 355.71 0.12 0.47
Hex 85 69 6B 0 15 14 30 164 C 2F
Octal 205 151 153 0 25 24 60 544 14 57
Binary 10000101 1101001 1101011 0 10101 10100 110000 101100100 1100 101111

Color Harmonies of #85696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85696B

Black with #85696B

Text Example


Text Example

White with #85696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85696B;
 }
 .AnyTagClassName
 {
   color: #85696B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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