#856869

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

Shades of Empress #856869

Tints of Empress #856869

Color information

#856869 (or 0x856869) is unknown color: approx Empress. HEX triplet: 85, 68 and 69. RGB value is (133,104,105). Sum of RGB (Red+Green+Blue) = 133+104+105=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856869 is #7A9796. Grayscale: #707070. Windows color (decimal): -8034199 or 6908037. OLE color: 6908037.

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

Color convert

RGB133104105-
CMYK00.220.210.48
HSL357.93º12.24%46.47%-
HSV(B)357.93º21.8%52.16%-
XYZ17.1715.9115.53-
YUV112.78123.61142.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=38.89%
G=30.41%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310410500.220.210.48357.9312.2446.47
Hex8568690161530166c2e
Octal20515015102625605461456
Binary1000010111010001101001010110101011100001011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856869; }

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

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

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

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

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

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

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

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