#82656C

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

Shades of Empress #82656C

Tints of Empress #82656C

Color information

#82656C (or 0x82656C) is unknown color: approx Empress. HEX triplet: 82, 65 and 6C. RGB value is (130,101,108). Sum of RGB (Red+Green+Blue) = 130+101+108=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82656C is #7D9A93. Grayscale: #6E6E6E. Windows color (decimal): -8231572 or 7103874. OLE color: 7103874.

HSL color Cylindrical-coordinate representation of color #82656C: hue angle of 345.52º degrees, saturation: 0.13, 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 #82656C is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB130101108-
CMYK00.220.170.49
HSL345.52º12.55%45.29%-
HSV(B)345.52º22.31%50.98%-
XYZ16.5715.1416.24-
YUV110.47126.61141.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=38.35%
G=29.79%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010110800.220.170.49345.5212.5545.29
Hex82656C016113115ad2d
Octal20214515402621615321555
Binary1000001011001011101100010110100011100011010110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82656C; }

 p { color: rgb(130,101,108); }

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

<style>
 a { background-color: #82656C; }

 a { background-color: rgb(130,101,108); }

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

<style>
 span { border-color: #82656C; }

 span { border-color: rgb(130,101,108); }

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