#82696E

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

Shades of Empress #82696E

Tints of Empress #82696E

Color information

#82696E (or 0x82696E) is unknown color: approx Empress. HEX triplet: 82, 69 and 6E. RGB value is (130,105,110). Sum of RGB (Red+Green+Blue) = 130+105+110=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #82696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82696E is #7D9691. Grayscale: #717171. Windows color (decimal): -8230546 or 7235970. OLE color: 7235970.

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

Color convert

RGB130105110-
CMYK00.190.150.49
HSL348º10.64%46.08%-
HSV(B)348º19.23%50.98%-
XYZ17.0715.9716.94-
YUV113.04126.28140.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=37.68%
G=30.43%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010511000.190.150.4934810.6446.08
Hex82696E013F3115cb2e
Octal20215115602317615341356
Binary100000101101001110111001001111111100011010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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