#82696A

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

Shades of Empress #82696A

Tints of Empress #82696A

Color information

#82696A (or 0x82696A) is unknown color: approx Empress. HEX triplet: 82, 69 and 6A. RGB value is (130,105,106). Sum of RGB (Red+Green+Blue) = 130+105+106=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #82696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82696A is #7D9695. Grayscale: #707070. Windows color (decimal): -8230550 or 6973826. OLE color: 6973826.

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

Color convert

RGB130105106-
CMYK00.190.180.49
HSL357.6º10.64%46.08%-
HSV(B)357.6º19.23%50.98%-
XYZ16.8615.8915.81-
YUV112.59124.28140.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=38.12%
G=30.79%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010510600.190.180.49357.610.6446.08
Hex82696A0131231166b2e
Octal20215115202322615461356
Binary1000001011010011101010010011100101100011011001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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