#826566

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

Shades of Empress #826566

Tints of Empress #826566

Color information

#826566 (or 0x826566) is unknown color: approx Empress. HEX triplet: 82, 65 and 66. RGB value is (130,101,102). Sum of RGB (Red+Green+Blue) = 130+101+102=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826566 is #7D9A99. Grayscale: #6D6D6D. Windows color (decimal): -8231578 or 6710658. OLE color: 6710658.

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

Color convert

RGB130101102-
CMYK00.220.220.49
HSL357.93º12.55%45.29%-
HSV(B)357.93º22.31%50.98%-
XYZ16.2615.0114.61-
YUV109.78123.61142.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 102 (40.23% from 255) = 30.63%
R=39.04%
G=30.33%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010110200.220.220.49357.9312.5545.29
Hex8265660161631166d2d
Octal20214514602626615461555
Binary1000001011001011100110010110101101100011011001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826566; }

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

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

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

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

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

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

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

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