#86695E

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

Shades of Russett #86695E

Tints of Russett #86695E

Color information

#86695E (or 0x86695E) is unknown color: approx Russett. HEX triplet: 86, 69 and 5E. RGB value is (134,105,94). Sum of RGB (Red+Green+Blue) = 134+105+94=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #86695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86695E is #7996A1. Grayscale: #707070. Windows color (decimal): -7968418 or 6187398. OLE color: 6187398.

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

Color convert

RGB13410594-
CMYK00.220.300.47
HSL16.5º17.54%44.71%-
HSV(B)16.5º29.85%52.55%-
XYZ16.915.9812.78-
YUV112.42117.61143.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=40.24%
G=31.53%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341059400.220.300.4716.517.5444.71
Hex86695E0161E2F10122d
Octal2061511360263657202255
Binary1000011011010011011110010110111101011111000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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