#716869

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

Shades of Empress #716869

Tints of Empress #716869

Color information

#716869 (or 0x716869) is unknown color: approx Empress. HEX triplet: 71, 68 and 69. RGB value is (113,104,105). Sum of RGB (Red+Green+Blue) = 113+104+105=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #716869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716869 is #8E9796. Grayscale: #6A6A6A. Windows color (decimal): -9344919 or 6908017. OLE color: 6908017.

HSL color Cylindrical-coordinate representation of color #716869: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #716869 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB113104105-
CMYK00.080.070.56
HSL353.33º4.15%42.55%-
HSV(B)353.33º7.96%44.31%-
XYZ14.3114.4315.4-
YUV106.8126.98132.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=35.09%
G=32.30%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310410500.080.070.56353.334.1542.55
Hex7168690873816142b
Octal161150151010770541453
Binary11100011101000110100101000111111000101100001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716869; }

 p { color: rgb(113,104,105); }

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

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

 a { background-color: rgb(113,104,105); }

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

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

 span { border-color: rgb(113,104,105); }

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