#876060

Color #876060 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #876060

Tints of Light Wood #876060

Color information

#876060 (or 0x876060) is unknown color: approx Light Wood. HEX triplet: 87, 60 and 60. RGB value is (135,96,96). Sum of RGB (Red+Green+Blue) = 135+96+96=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #876060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876060 is #789F9F. Grayscale: #6B6B6B. Windows color (decimal): -7905184 or 6316167. OLE color: 6316167.

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

Color convert

RGB1359696-
CMYK00.290.290.47
HSL16.88%45.29%-
HSV(B)28.89%52.94%-
XYZ16.2914.3612.98-
YUV107.66121.42147.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=41.28%
G=29.36%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135969600.290.290.47016.8845.29
Hex87606001D1D2F0112d
Octal207140140035355702155
Binary100001111100000110000001110111101101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876060; }

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

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

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

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

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

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

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

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