#85666A

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

Shades of Empress #85666A

Tints of Empress #85666A

Color information

#85666A (or 0x85666A) is unknown color: approx Empress. HEX triplet: 85, 66 and 6A. RGB value is (133,102,106). Sum of RGB (Red+Green+Blue) = 133+102+106=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85666A is #7A9995. Grayscale: #6F6F6F. Windows color (decimal): -8034710 or 6973061. OLE color: 6973061.

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

Color convert

RGB133102106-
CMYK00.230.200.48
HSL352.26º13.19%46.08%-
HSV(B)352.26º23.31%52.16%-
XYZ17.0315.5315.74-
YUV111.72124.77143.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=39.00%
G=29.91%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310210600.230.200.48352.2613.1946.08
Hex85666A0171430160d2e
Octal20514615202724605401556
Binary1000010111001101101010010111101001100001011000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85666A; }

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

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

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

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

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

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

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

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