#83666A

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

Shades of Empress #83666A

Tints of Empress #83666A

Color information

#83666A (or 0x83666A) is unknown color: approx Empress. HEX triplet: 83, 66 and 6A. RGB value is (131,102,106). Sum of RGB (Red+Green+Blue) = 131+102+106=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83666A is #7C9995. Grayscale: #6F6F6F. Windows color (decimal): -8165782 or 6973059. OLE color: 6973059.

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

Color convert

RGB131102106-
CMYK00.220.190.49
HSL351.72º12.45%45.69%-
HSV(B)351.72º22.14%51.37%-
XYZ16.7115.3715.72-
YUV111.13125.11142.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=38.64%
G=30.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110210600.220.190.49351.7212.4545.69
Hex83666A0161331160c2e
Octal20314615202623615401456
Binary1000001111001101101010010110100111100011011000001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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