#83686A

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

Shades of Empress #83686A

Tints of Empress #83686A

Color information

#83686A (or 0x83686A) is unknown color: approx Empress. HEX triplet: 83, 68 and 6A. RGB value is (131,104,106). Sum of RGB (Red+Green+Blue) = 131+104+106=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83686A is #7C9795. Grayscale: #707070. Windows color (decimal): -8165270 or 6973571. OLE color: 6973571.

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

Color convert

RGB131104106-
CMYK00.210.190.49
HSL355.56º11.49%46.08%-
HSV(B)355.56º20.61%51.37%-
XYZ16.9115.7715.79-
YUV112.3124.45141.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=38.42%
G=30.50%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110410600.210.190.49355.5611.4946.08
Hex83686A0151331164b2e
Octal20315015202523615441356
Binary1000001111010001101010010101100111100011011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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