#83676A

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

Shades of Empress #83676A

Tints of Empress #83676A

Color information

#83676A (or 0x83676A) is unknown color: approx Empress. HEX triplet: 83, 67 and 6A. RGB value is (131,103,106). Sum of RGB (Red+Green+Blue) = 131+103+106=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83676A is #7C9895. Grayscale: #6F6F6F. Windows color (decimal): -8165526 or 6973315. OLE color: 6973315.

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

Color convert

RGB131103106-
CMYK00.210.190.49
HSL353.57º11.97%45.88%-
HSV(B)353.57º21.37%51.37%-
XYZ16.8115.5715.75-
YUV111.71124.78141.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=38.53%
G=30.29%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110310600.210.190.49353.5711.9745.88
Hex83676A0151331162c2e
Octal20314715202523615421456
Binary1000001111001111101010010101100111100011011000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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