#83666B

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

Shades of Empress #83666B

Tints of Empress #83666B

Color information

#83666B (or 0x83666B) is unknown color: approx Empress. HEX triplet: 83, 66 and 6B. RGB value is (131,102,107). Sum of RGB (Red+Green+Blue) = 131+102+107=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83666B is #7C9994. Grayscale: #6F6F6F. Windows color (decimal): -8165781 or 7038595. OLE color: 7038595.

HSL color Cylindrical-coordinate representation of color #83666B: hue angle of 349.66º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83666B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB131102107-
CMYK00.220.180.49
HSL349.66º12.45%45.69%-
HSV(B)349.66º22.14%51.37%-
XYZ16.7715.3916-
YUV111.24125.61142.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=38.53%
G=30%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110210700.220.180.49349.6612.4545.69
Hex83666B016123115ec2e
Octal20314615302622615361456
Binary1000001111001101101011010110100101100011010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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