#83696F

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

Shades of Empress #83696F

Tints of Empress #83696F

Color information

#83696F (or 0x83696F) is unknown color: approx Empress. HEX triplet: 83, 69 and 6F. RGB value is (131,105,111). Sum of RGB (Red+Green+Blue) = 131+105+111=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #83696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696F is #7C9690. Grayscale: #717171. Windows color (decimal): -8165009 or 7301507. OLE color: 7301507.

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

Color convert

RGB131105111-
CMYK00.200.150.49
HSL346.15º11.02%46.27%-
HSV(B)346.15º19.85%51.37%-
XYZ17.2816.0817.23-
YUV113.46126.61140.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=37.75%
G=30.26%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110511100.200.150.49346.1511.0246.27
Hex83696F014F3115ab2e
Octal20315115702417615321356
Binary100000111101001110111101010011111100011010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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