#86685B

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

Shades of Russett #86685B

Tints of Russett #86685B

Color information

#86685B (or 0x86685B) is unknown color: approx Russett. HEX triplet: 86, 68 and 5B. RGB value is (134,104,91). Sum of RGB (Red+Green+Blue) = 134+104+91=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86685B is #7997A4. Grayscale: #6F6F6F. Windows color (decimal): -7968677 or 5990534. OLE color: 5990534.

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

Color convert

RGB13410491-
CMYK00.220.320.47
HSL18.14º19.11%44.12%-
HSV(B)18.14º32.09%52.55%-
XYZ16.6715.7212.05-
YUV111.49116.44144.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=40.73%
G=31.61%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341049100.220.320.4718.1419.1144.12
Hex86685B016202F12132c
Octal2061501330264057222354
Binary10000110110100010110110101101000001011111001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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