#85685E

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

Shades of Russett #85685E

Tints of Russett #85685E

Color information

#85685E (or 0x85685E) is unknown color: approx Russett. HEX triplet: 85, 68 and 5E. RGB value is (133,104,94). Sum of RGB (Red+Green+Blue) = 133+104+94=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85685E is #7A97A1. Grayscale: #6F6F6F. Windows color (decimal): -8034210 or 6187141. OLE color: 6187141.

HSL color Cylindrical-coordinate representation of color #85685E: hue angle of 15.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85685E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13310494-
CMYK00.220.290.48
HSL15.38º17.18%44.51%-
HSV(B)15.38º29.32%52.16%-
XYZ16.6415.712.74-
YUV111.53118.11143.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=40.18%
G=31.42%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331049400.220.290.4815.3817.1844.51
Hex85685E0161D30f112d
Octal2051501360263560172155
Binary100001011101000101111001011011101110000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85685E; }

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

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

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

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

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

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

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

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