#856466

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

Shades of Empress #856466

Tints of Empress #856466

Color information

#856466 (or 0x856466) is unknown color: approx Empress. HEX triplet: 85, 64 and 66. RGB value is (133,100,102). Sum of RGB (Red+Green+Blue) = 133+100+102=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856466 is #7A9B99. Grayscale: #6E6E6E. Windows color (decimal): -8035226 or 6710405. OLE color: 6710405.

HSL color Cylindrical-coordinate representation of color #856466: hue angle of 356.36º 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 #856466 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133100102-
CMYK00.250.230.48
HSL356.36º14.16%45.69%-
HSV(B)356.36º24.81%52.16%-
XYZ16.6315.0614.6-
YUV110.09123.43144.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=39.70%
G=29.85%
B=30.45%

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
Decimal13310010200.250.230.48356.3614.1645.69
Hex8564660191730164e2e
Octal20514414603127605441656
Binary1000010111001001100110011001101111100001011001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856466; }

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

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

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

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

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

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

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

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