#836971

Color #836971 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #836971

Tints of Empress #836971

Color information

#836971 (or 0x836971) is unknown color: approx Empress. HEX triplet: 83, 69 and 71. RGB value is (131,105,113). Sum of RGB (Red+Green+Blue) = 131+105+113=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #836971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836971 is #7C968E. Grayscale: #717171. Windows color (decimal): -8165007 or 7432579. OLE color: 7432579.

HSL color Cylindrical-coordinate representation of color #836971: hue angle of 341.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #836971 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB131105113-
CMYK00.200.140.49
HSL341.54º11.02%46.27%-
HSV(B)341.54º19.85%51.37%-
XYZ17.3916.1217.82-
YUV113.69127.61140.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=37.54%
G=30.09%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110511300.200.140.49341.5411.0246.27
Hex836971014E31156b2e
Octal20315116102416615261356
Binary100000111101001111000101010011101100011010101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836971; }

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

 H1.HeaderClassName
 {
   color: #836971;
 }
 .AnyTagClassName
 {
   color: #836971;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #836971;
 }
 .BgClassName
 {
   background-color: #836971;
 }
</style>
border-color css

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

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

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