#86675C

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

Shades of Russett #86675C

Tints of Russett #86675C

Color information

#86675C (or 0x86675C) is unknown color: approx Russett. HEX triplet: 86, 67 and 5C. RGB value is (134,103,92). Sum of RGB (Red+Green+Blue) = 134+103+92=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86675C is #7998A3. Grayscale: #6F6F6F. Windows color (decimal): -7968932 or 6055814. OLE color: 6055814.

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

Color convert

RGB13410392-
CMYK00.230.310.47
HSL15.71º18.58%44.31%-
HSV(B)15.71º31.34%52.55%-
XYZ16.6115.5412.25-
YUV111.01117.27144.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 92 (36.33% from 255) = 27.96%
R=40.73%
G=31.31%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341039200.230.310.4715.7118.5844.31
Hex86675C0171F2F10132c
Octal2061471340273757202354
Binary1000011011001111011100010111111111011111000010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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