#85685B

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

Shades of Russett #85685B

Tints of Russett #85685B

Color information

#85685B (or 0x85685B) is unknown color: approx Russett. HEX triplet: 85, 68 and 5B. RGB value is (133,104,91). Sum of RGB (Red+Green+Blue) = 133+104+91=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85685B is #7A97A4. Grayscale: #6F6F6F. Windows color (decimal): -8034213 or 5990533. OLE color: 5990533.

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

Color convert

RGB13310491-
CMYK00.220.320.48
HSL18.57º18.75%43.92%-
HSV(B)18.57º31.58%52.16%-
XYZ16.5115.6412.05-
YUV111.19116.61143.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.55%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 91 (35.94% from 255) = 27.74%
R=40.55%
G=31.71%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331049100.220.320.4818.5718.7543.92
Hex85685B016203013132c
Octal2051501330264060232354
Binary10000101110100010110110101101000001100001001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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