#83696D

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

Shades of Empress #83696D

Tints of Empress #83696D

Color information

#83696D (or 0x83696D) is unknown color: approx Empress. HEX triplet: 83, 69 and 6D. RGB value is (131,105,109). Sum of RGB (Red+Green+Blue) = 131+105+109=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696D is #7C9692. Grayscale: #717171. Windows color (decimal): -8165011 or 7170435. OLE color: 7170435.

HSL color Cylindrical-coordinate representation of color #83696D: hue angle of 350.77º 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 #83696D is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB131105109-
CMYK00.200.170.49
HSL350.77º11.02%46.27%-
HSV(B)350.77º19.85%51.37%-
XYZ17.1716.0316.66-
YUV113.23125.61140.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=37.97%
G=30.43%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110510900.200.170.49350.7711.0246.27
Hex83696D014113115fb2e
Octal20315115502421615371356
Binary1000001111010011101101010100100011100011010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83696D; }

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

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

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

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

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

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

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

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