#82696F

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

Shades of Empress #82696F

Tints of Empress #82696F

Color information

#82696F (or 0x82696F) is unknown color: approx Empress. HEX triplet: 82, 69 and 6F. RGB value is (130,105,111). Sum of RGB (Red+Green+Blue) = 130+105+111=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #82696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82696F is #7D9690. Grayscale: #717171. Windows color (decimal): -8230545 or 7301506. OLE color: 7301506.

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

Color convert

RGB130105111-
CMYK00.190.150.49
HSL345.6º10.64%46.08%-
HSV(B)345.6º19.23%50.98%-
XYZ17.131617.22-
YUV113.16126.78140.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=37.57%
G=30.35%
B=32.08%

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
Decimal13010511100.190.150.49345.610.6446.08
Hex82696F013F3115ab2e
Octal20215115702317615321356
Binary100000101101001110111101001111111100011010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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