#83696E

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

Shades of Empress #83696E

Tints of Empress #83696E

Color information

#83696E (or 0x83696E) is unknown color: approx Empress. HEX triplet: 83, 69 and 6E. RGB value is (131,105,110). Sum of RGB (Red+Green+Blue) = 131+105+110=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #83696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696E is #7C9691. Grayscale: #717171. Windows color (decimal): -8165010 or 7235971. OLE color: 7235971.

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

Color convert

RGB131105110-
CMYK00.200.160.49
HSL348.46º11.02%46.27%-
HSV(B)348.46º19.85%51.37%-
XYZ17.2316.0516.94-
YUV113.34126.11140.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=37.86%
G=30.35%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110511000.200.160.49348.4611.0246.27
Hex83696E014103115cb2e
Octal20315115602420615341356
Binary1000001111010011101110010100100001100011010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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