#85695C

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

Shades of Russett #85695C

Tints of Russett #85695C

Color information

#85695C (or 0x85695C) is unknown color: approx Russett. HEX triplet: 85, 69 and 5C. RGB value is (133,105,92). Sum of RGB (Red+Green+Blue) = 133+105+92=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85695C is #7A96A3. Grayscale: #6F6F6F. Windows color (decimal): -8033956 or 6056325. OLE color: 6056325.

HSL color Cylindrical-coordinate representation of color #85695C: hue angle of 19.02º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85695C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13310592-
CMYK00.210.310.48
HSL19.02º18.22%44.12%-
HSV(B)19.02º30.83%52.16%-
XYZ16.6615.8612.31-
YUV111.89116.78143.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=40.30%
G=31.82%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331059200.210.310.4819.0218.2244.12
Hex85695C0151F3013122c
Octal2051511340253760232254
Binary1000010111010011011100010101111111100001001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85695C; }

 p { color: rgb(133,105,92); }

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

<style>
 a { background-color: #85695C; }

 a { background-color: rgb(133,105,92); }

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

<style>
 span { border-color: #85695C; }

 span { border-color: rgb(133,105,92); }

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