#826769

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

Shades of Empress #826769

Tints of Empress #826769

Color information

#826769 (or 0x826769) is unknown color: approx Empress. HEX triplet: 82, 67 and 69. RGB value is (130,103,105). Sum of RGB (Red+Green+Blue) = 130+103+105=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #826769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826769 is #7D9896. Grayscale: #6F6F6F. Windows color (decimal): -8231063 or 6907778. OLE color: 6907778.

HSL color Cylindrical-coordinate representation of color #826769: hue angle of 355.56º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826769 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB130103105-
CMYK00.210.190.49
HSL355.56º11.59%45.69%-
HSV(B)355.56º20.77%50.98%-
XYZ16.6115.4715.47-
YUV111.3124.45141.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=38.46%
G=30.47%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010310500.210.190.49355.5611.5945.69
Hex8267690151331164c2e
Octal20214715102523615441456
Binary1000001011001111101001010101100111100011011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826769; }

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

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

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

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

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

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

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

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