#83666C

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

Shades of Empress #83666C

Tints of Empress #83666C

Color information

#83666C (or 0x83666C) is unknown color: approx Empress. HEX triplet: 83, 66 and 6C. RGB value is (131,102,108). Sum of RGB (Red+Green+Blue) = 131+102+108=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83666C is #7C9993. Grayscale: #6F6F6F. Windows color (decimal): -8165780 or 7104131. OLE color: 7104131.

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

Color convert

RGB131102108-
CMYK00.220.180.49
HSL347.59º12.45%45.69%-
HSV(B)347.59º22.14%51.37%-
XYZ16.8215.4116.28-
YUV111.35126.11142.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=38.42%
G=29.91%
B=31.67%

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
Decimal13110210800.220.180.49347.5912.4545.69
Hex83666C016123115cc2e
Octal20314615402622615341456
Binary1000001111001101101100010110100101100011010111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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