#86695C

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

Shades of Russett #86695C

Tints of Russett #86695C

Color information

#86695C (or 0x86695C) is unknown color: approx Russett. HEX triplet: 86, 69 and 5C. RGB value is (134,105,92). Sum of RGB (Red+Green+Blue) = 134+105+92=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #86695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86695C is #7996A3. Grayscale: #707070. Windows color (decimal): -7968420 or 6056326. OLE color: 6056326.

HSL color Cylindrical-coordinate representation of color #86695C: hue angle of 18.57º 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 #86695C is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13410592-
CMYK00.220.310.47
HSL18.57º18.58%44.31%-
HSV(B)18.57º31.34%52.55%-
XYZ16.8115.9412.32-
YUV112.19116.61143.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=40.48%
G=31.72%
B=27.79%

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
Decimal1341059200.220.310.4718.5718.5844.31
Hex86695C0161F2F13132c
Octal2061511340263757232354
Binary1000011011010011011100010110111111011111001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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