#706869

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

Shades of Empress #706869

Tints of Empress #706869

Color information

#706869 (or 0x706869) is unknown color: approx Empress. HEX triplet: 70, 68 and 69. RGB value is (112,104,105). Sum of RGB (Red+Green+Blue) = 112+104+105=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #706869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706869 is #8F9796. Grayscale: #6A6A6A. Windows color (decimal): -9410455 or 6908016. OLE color: 6908016.

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

Color convert

RGB112104105-
CMYK00.070.060.56
HSL352.5º3.7%42.35%-
HSV(B)352.5º7.14%43.92%-
XYZ14.1814.3715.39-
YUV106.51127.15131.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=34.89%
G=32.40%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210410500.070.060.56352.53.742.35
Hex7068690763816042a
Octal16015015107670540452
Binary1110000110100011010010111110111000101100000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706869; }

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

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

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

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

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

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

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

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