Html Css Color HEX #836C71 Empress

📋 copy color: '#836C71'

red 131 ◦ green 108 ◦ blue 113

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

Shades of Empress #836C71

Tints of Empress #836C71

RGB

 RED value IS 131 (51.56% from 255) = 37.22%

 GREEN value IS 108 (42.58% from 255) = 30.68%

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

R = 37.22%
G = 30.68%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#836C71 (or 0x836C71) is known color: Empress. HEX triplet: 83, 6C and 71. RGB value is (131,108,113). Sum of RGB (Red+Green+Blue) = 131+108+113=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #836C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836C71 is #7C938E. Grayscale: #737373. Windows color (decimal): -8164239 or 7433347. OLE color: 7433347.

HSL color Cylindrical-coordinate representation of color #836C71: hue angle of 346.96º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836C71 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 108 113 -
CMYK 0 0.18 0.14 0.49
HSL 346.96º 0.1% 0.47% -
HSV(B) 346.96º 0.18% 0.51% -
XYZ 17.7 16.74 17.92 -
YUV 115.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 131 108 113 0 0.18 0.14 0.49 346.96 0.1 0.47
Hex 83 6C 71 0 12 E 31 15B A 2F
Octal 203 154 161 0 22 16 61 533 12 57
Binary 10000011 1101100 1110001 0 10010 1110 110001 101011011 1010 101111

Color Harmonies of #836C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C71

Black with #836C71

Text Example


Text Example

White with #836C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836C71; }

 p { color: rgb(131,108,113); }

 H1.HeaderClassName
 {
   color: #836C71;
 }
 .AnyTagClassName
 {
   color: #836C71;
 }
</style>

background-color css

<style>
 a { background-color: #836C71; }

 a { background-color: rgb(131,108,113); }

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

border-color css

<style>
 span { border-color: #836C71; }

 span { border-color: rgb(131,108,113); }

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