#826A6C

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

Shades of Empress #826A6C

Tints of Empress #826A6C

Color information

#826A6C (or 0x826A6C) is unknown color: approx Empress. HEX triplet: 82, 6A and 6C. RGB value is (130,106,108). Sum of RGB (Red+Green+Blue) = 130+106+108=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A6C is #7D9593. Grayscale: #717171. Windows color (decimal): -8230292 or 7105154. OLE color: 7105154.

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

Color convert

RGB130106108-
CMYK00.180.170.49
HSL355º10.17%46.27%-
HSV(B)355º18.46%50.98%-
XYZ17.0716.1416.4-
YUV113.4124.95139.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=37.79%
G=30.81%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010610800.180.170.4935510.1746.27
Hex826A6C0121131163a2e
Octal20215215402221615431256
Binary1000001011010101101100010010100011100011011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826A6C; }

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

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

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

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

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

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

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

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