#83686C

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

Shades of Empress #83686C

Tints of Empress #83686C

Color information

#83686C (or 0x83686C) is unknown color: approx Empress. HEX triplet: 83, 68 and 6C. RGB value is (131,104,108). Sum of RGB (Red+Green+Blue) = 131+104+108=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83686C is #7C9793. Grayscale: #707070. Windows color (decimal): -8165268 or 7104643. OLE color: 7104643.

HSL color Cylindrical-coordinate representation of color #83686C: hue angle of 351.11º 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 #83686C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB131104108-
CMYK00.210.180.49
HSL351.11º11.49%46.08%-
HSV(B)351.11º20.61%51.37%-
XYZ17.0215.8116.34-
YUV112.53125.45141.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=38.19%
G=30.32%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110410800.210.180.49351.1111.4946.08
Hex83686C015123115fb2e
Octal20315015402522615371356
Binary1000001111010001101100010101100101100011010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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