#83696B

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

Shades of Empress #83696B

Tints of Empress #83696B

Color information

#83696B (or 0x83696B) is unknown color: approx Empress. HEX triplet: 83, 69 and 6B. RGB value is (131,105,107). Sum of RGB (Red+Green+Blue) = 131+105+107=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83696B is #7C9694. Grayscale: #717171. Windows color (decimal): -8165013 or 7039363. OLE color: 7039363.

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

Color convert

RGB131105107-
CMYK00.200.180.49
HSL355.38º11.02%46.27%-
HSV(B)355.38º19.85%51.37%-
XYZ17.0715.9916.1-
YUV113124.61140.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=38.19%
G=30.61%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110510700.200.180.49355.3811.0246.27
Hex83696B0141231163b2e
Octal20315115302422615431356
Binary1000001111010011101011010100100101100011011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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