#856467

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

Shades of Empress #856467

Tints of Empress #856467

Color information

#856467 (or 0x856467) is unknown color: approx Empress. HEX triplet: 85, 64 and 67. RGB value is (133,100,103). Sum of RGB (Red+Green+Blue) = 133+100+103=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856467 is #7A9B98. Grayscale: #6E6E6E. Windows color (decimal): -8035225 or 6775941. OLE color: 6775941.

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

Color convert

RGB133100103-
CMYK00.250.230.48
HSL354.55º14.16%45.69%-
HSV(B)354.55º24.81%52.16%-
XYZ16.6815.0814.86-
YUV110.21123.93144.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 100 (39.45% from 255) = 29.76%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=39.58%
G=29.76%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310010300.250.230.48354.5514.1645.69
Hex8564670191730163e2e
Octal20514414703127605431656
Binary1000010111001001100111011001101111100001011000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856467; }

 p { color: rgb(133,100,103); }

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

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

 a { background-color: rgb(133,100,103); }

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

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

 span { border-color: rgb(133,100,103); }

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