#83686E

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

Shades of Empress #83686E

Tints of Empress #83686E

Color information

#83686E (or 0x83686E) is unknown color: approx Empress. HEX triplet: 83, 68 and 6E. RGB value is (131,104,110). Sum of RGB (Red+Green+Blue) = 131+104+110=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83686E is #7C9791. Grayscale: #707070. Windows color (decimal): -8165266 or 7235715. OLE color: 7235715.

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

Color convert

RGB131104110-
CMYK00.210.160.49
HSL346.67º11.49%46.08%-
HSV(B)346.67º20.61%51.37%-
XYZ17.1215.8516.91-
YUV112.76126.45141.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=37.97%
G=30.14%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110411000.210.160.49346.6711.4946.08
Hex83686E015103115bb2e
Octal20315015602520615331356
Binary1000001111010001101110010101100001100011010110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83686E; }

 p { color: rgb(131,104,110); }

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

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

 a { background-color: rgb(131,104,110); }

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

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

 span { border-color: rgb(131,104,110); }

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