#86695F

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

Shades of Russett #86695F

Tints of Russett #86695F

Color information

#86695F (or 0x86695F) is unknown color: approx Russett. HEX triplet: 86, 69 and 5F. RGB value is (134,105,95). Sum of RGB (Red+Green+Blue) = 134+105+95=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #86695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86695F is #7996A0. Grayscale: #707070. Windows color (decimal): -7968417 or 6252934. OLE color: 6252934.

HSL color Cylindrical-coordinate representation of color #86695F: hue angle of 15.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86695F is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13410595-
CMYK00.220.290.47
HSL15.38º17.03%44.9%-
HSV(B)15.38º29.1%52.55%-
XYZ16.951613.02-
YUV112.53118.11143.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=40.12%
G=31.44%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341059500.220.290.4715.3817.0344.9
Hex86695F0161D2Ff112d
Octal2061511370263557172155
Binary100001101101001101111101011011101101111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86695F; }

 p { color: rgb(134,105,95); }

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

<style>
 a { background-color: #86695F; }

 a { background-color: rgb(134,105,95); }

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

<style>
 span { border-color: #86695F; }

 span { border-color: rgb(134,105,95); }

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