#83676C

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

Shades of Empress #83676C

Tints of Empress #83676C

Color information

#83676C (or 0x83676C) is unknown color: approx Empress. HEX triplet: 83, 67 and 6C. RGB value is (131,103,108). Sum of RGB (Red+Green+Blue) = 131+103+108=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83676C is #7C9893. Grayscale: #6F6F6F. Windows color (decimal): -8165524 or 7104387. OLE color: 7104387.

HSL color Cylindrical-coordinate representation of color #83676C: hue angle of 349.29º degrees, saturation: 0.12, 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 #83676C is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB131103108-
CMYK00.210.180.49
HSL349.29º11.97%45.88%-
HSV(B)349.29º21.37%51.37%-
XYZ16.9215.6116.31-
YUV111.94125.78141.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=38.30%
G=30.12%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110310800.210.180.49349.2911.9745.88
Hex83676C015123115dc2e
Octal20314715402522615351456
Binary1000001111001111101100010101100101100011010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83676C; }

 p { color: rgb(131,103,108); }

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

<style>
 a { background-color: #83676C; }

 a { background-color: rgb(131,103,108); }

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

<style>
 span { border-color: #83676C; }

 span { border-color: rgb(131,103,108); }

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