#826669

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

Shades of Empress #826669

Tints of Empress #826669

Color information

#826669 (or 0x826669) is unknown color: approx Empress. HEX triplet: 82, 66 and 69. RGB value is (130,102,105). Sum of RGB (Red+Green+Blue) = 130+102+105=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #826669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826669 is #7D9996. Grayscale: #6E6E6E. Windows color (decimal): -8231319 or 6907522. OLE color: 6907522.

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

Color convert

RGB130102105-
CMYK00.220.190.49
HSL353.57º12.07%45.49%-
HSV(B)353.57º21.54%50.98%-
XYZ16.5115.2715.44-
YUV110.71124.78141.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=38.58%
G=30.27%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010210500.220.190.49353.5712.0745.49
Hex8266690161331162c2d
Octal20214615102623615421455
Binary1000001011001101101001010110100111100011011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826669; }

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

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

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

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

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

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

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

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