#856465

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

Shades of Empress #856465

Tints of Empress #856465

Color information

#856465 (or 0x856465) is unknown color: approx Empress. HEX triplet: 85, 64 and 65. RGB value is (133,100,101). Sum of RGB (Red+Green+Blue) = 133+100+101=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856465 is #7A9B9A. Grayscale: #6E6E6E. Windows color (decimal): -8035227 or 6644869. OLE color: 6644869.

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

Color convert

RGB133100101-
CMYK00.250.240.48
HSL358.18º14.16%45.69%-
HSV(B)358.18º24.81%52.16%-
XYZ16.5815.0414.34-
YUV109.98122.93144.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=39.82%
G=29.94%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310010100.250.240.48358.1814.1645.69
Hex8564650191830166e2e
Octal20514414503130605461656
Binary1000010111001001100101011001110001100001011001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856465; }

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

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

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

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

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

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

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

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