#82686A

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

Shades of Empress #82686A

Tints of Empress #82686A

Color information

#82686A (or 0x82686A) is unknown color: approx Empress. HEX triplet: 82, 68 and 6A. RGB value is (130,104,106). Sum of RGB (Red+Green+Blue) = 130+104+106=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82686A is #7D9795. Grayscale: #707070. Windows color (decimal): -8230806 or 6973570. OLE color: 6973570.

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

Color convert

RGB130104106-
CMYK00.20.180.49
HSL355.38º11.11%45.88%-
HSV(B)355.38º20%50.98%-
XYZ16.7615.6915.78-
YUV112124.61140.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=38.24%
G=30.59%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010410600.20.180.49355.3811.1145.88
Hex82686A0141231163b2e
Octal20215015202422615431356
Binary1000001011010001101010010100100101100011011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,104,106); }

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

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

 a { background-color: rgb(130,104,106); }

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

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

 span { border-color: rgb(130,104,106); }

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