#85665E

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

Shades of Russett #85665E

Tints of Russett #85665E

Color information

#85665E (or 0x85665E) is unknown color: approx Russett. HEX triplet: 85, 66 and 5E. RGB value is (133,102,94). Sum of RGB (Red+Green+Blue) = 133+102+94=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85665E is #7A99A1. Grayscale: #6E6E6E. Windows color (decimal): -8034722 or 6186629. OLE color: 6186629.

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

Color convert

RGB13310294-
CMYK00.230.290.48
HSL12.31º17.18%44.51%-
HSV(B)12.31º29.32%52.16%-
XYZ16.4415.312.68-
YUV110.36118.77144.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=40.43%
G=31.00%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331029400.230.290.4812.3117.1844.51
Hex85665E0171D30c112d
Octal2051461360273560142155
Binary100001011100110101111001011111101110000110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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