Html Css Color HEX #856A71 Empress

📋 copy color: '#856A71'

red 133 ◦ green 106 ◦ blue 113

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

Shades of Empress #856A71

Tints of Empress #856A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 37.78%
G = 30.11%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#856A71 (or 0x856A71) is known color: Empress. HEX triplet: 85, 6A and 71. RGB value is (133,106,113). Sum of RGB (Red+Green+Blue) = 133+106+113=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A71 is #7A958E. Grayscale: #727272. Windows color (decimal): -8033679 or 7432837. OLE color: 7432837.

HSL color Cylindrical-coordinate representation of color #856A71: hue angle of 344.44º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856A71 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 106 113 -
CMYK 0 0.20 0.15 0.48
HSL 344.44º 0.11% 0.47% -
HSV(B) 344.44º 0.2% 0.52% -
XYZ 17.81 16.49 17.87 -
YUV 114.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 133 106 113 0 0.20 0.15 0.48 344.44 0.11 0.47
Hex 85 6A 71 0 14 F 30 158 B 2F
Octal 205 152 161 0 24 17 60 530 13 57
Binary 10000101 1101010 1110001 0 10100 1111 110000 101011000 1011 101111

Color Harmonies of #856A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A71

Black with #856A71

Text Example


Text Example

White with #856A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856A71; }

 p { color: rgb(133,106,113); }

 H1.HeaderClassName
 {
   color: #856A71;
 }
 .AnyTagClassName
 {
   color: #856A71;
 }
</style>

background-color css

<style>
 a { background-color: #856A71; }

 a { background-color: rgb(133,106,113); }

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

border-color css

<style>
 span { border-color: #856A71; }

 span { border-color: rgb(133,106,113); }

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