#82666E

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

Shades of Empress #82666E

Tints of Empress #82666E

Color information

#82666E (or 0x82666E) is unknown color: approx Empress. HEX triplet: 82, 66 and 6E. RGB value is (130,102,110). Sum of RGB (Red+Green+Blue) = 130+102+110=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #82666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82666E is #7D9991. Grayscale: #6F6F6F. Windows color (decimal): -8231314 or 7235202. OLE color: 7235202.

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

Color convert

RGB130102110-
CMYK00.220.150.49
HSL342.86º12.07%45.49%-
HSV(B)342.86º21.54%50.98%-
XYZ16.7715.3716.84-
YUV111.28127.28141.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=38.01%
G=29.82%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010211000.220.150.49342.8612.0745.49
Hex82666E016F31157c2d
Octal20214615602617615271455
Binary100000101100110110111001011011111100011010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82666E; }

 p { color: rgb(130,102,110); }

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

<style>
 a { background-color: #82666E; }

 a { background-color: rgb(130,102,110); }

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

<style>
 span { border-color: #82666E; }

 span { border-color: rgb(130,102,110); }

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