#876B60

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

Shades of Russett #876B60

Tints of Russett #876B60

Color information

#876B60 (or 0x876B60) is unknown color: approx Russett. HEX triplet: 87, 6B and 60. RGB value is (135,107,96). Sum of RGB (Red+Green+Blue) = 135+107+96=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #876B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B60 is #78949F. Grayscale: #727272. Windows color (decimal): -7902368 or 6318983. OLE color: 6318983.

HSL color Cylindrical-coordinate representation of color #876B60: hue angle of 16.92º 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 #876B60 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13510796-
CMYK00.210.290.47
HSL16.92º16.88%45.29%-
HSV(B)16.92º28.89%52.94%-
XYZ17.3616.5113.34-
YUV114.12117.78142.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=39.94%
G=31.66%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351079600.210.290.4716.9216.8845.29
Hex876B600151D2F11112d
Octal2071531400253557212155
Binary1000011111010111100000010101111011011111000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876B60; }

 p { color: rgb(135,107,96); }

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

<style>
 a { background-color: #876B60; }

 a { background-color: rgb(135,107,96); }

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

<style>
 span { border-color: #876B60; }

 span { border-color: rgb(135,107,96); }

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