#85665B

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

Shades of Russett #85665B

Tints of Russett #85665B

Color information

#85665B (or 0x85665B) is unknown color: approx Russett. HEX triplet: 85, 66 and 5B. RGB value is (133,102,91). Sum of RGB (Red+Green+Blue) = 133+102+91=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85665B is #7A99A4. Grayscale: #6E6E6E. Windows color (decimal): -8034725 or 5990021. OLE color: 5990021.

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

Color convert

RGB13310291-
CMYK00.230.320.48
HSL15.71º18.75%43.92%-
HSV(B)15.71º31.58%52.16%-
XYZ16.3115.2411.98-
YUV110.01117.27144.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=40.80%
G=31.29%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331029100.230.320.4815.7118.7543.92
Hex85665B017203010132c
Octal2051461330274060202354
Binary10000101110011010110110101111000001100001000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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