#86685C

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

Shades of Russett #86685C

Tints of Russett #86685C

Color information

#86685C (or 0x86685C) is unknown color: approx Russett. HEX triplet: 86, 68 and 5C. RGB value is (134,104,92). Sum of RGB (Red+Green+Blue) = 134+104+92=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86685C is #7997A3. Grayscale: #6F6F6F. Windows color (decimal): -7968676 or 6056070. OLE color: 6056070.

HSL color Cylindrical-coordinate representation of color #86685C: hue angle of 17.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86685C is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13410492-
CMYK00.220.310.47
HSL17.14º18.58%44.31%-
HSV(B)17.14º31.34%52.55%-
XYZ16.7115.7412.28-
YUV111.6116.94143.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=40.61%
G=31.52%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341049200.220.310.4717.1418.5844.31
Hex86685C0161F2F11132c
Octal2061501340263757212354
Binary1000011011010001011100010110111111011111000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,104,92); }

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

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

 a { background-color: rgb(134,104,92); }

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

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

 span { border-color: rgb(134,104,92); }

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