#826B6E

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

Shades of Empress #826B6E

Tints of Empress #826B6E

Color information

#826B6E (or 0x826B6E) is unknown color: approx Empress. HEX triplet: 82, 6B and 6E. RGB value is (130,107,110). Sum of RGB (Red+Green+Blue) = 130+107+110=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B6E is #7D9491. Grayscale: #727272. Windows color (decimal): -8230034 or 7236482. OLE color: 7236482.

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

Color convert

RGB130107110-
CMYK00.180.150.49
HSL352.17º9.7%46.47%-
HSV(B)352.17º17.69%50.98%-
XYZ17.2816.3917-
YUV114.22125.62139.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=37.46%
G=30.84%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010711000.180.150.49352.179.746.47
Hex826B6E012F31160a2e
Octal20215315602217615401256
Binary100000101101011110111001001011111100011011000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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