#876666

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

Shades of Light Wood #876666

Tints of Light Wood #876666

Color information

#876666 (or 0x876666) is unknown color: approx Light Wood. HEX triplet: 87, 66 and 66. RGB value is (135,102,102). Sum of RGB (Red+Green+Blue) = 135+102+102=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #876666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876666 is #789999. Grayscale: #6F6F6F. Windows color (decimal): -7903642 or 6710919. OLE color: 6710919.

HSL color Cylindrical-coordinate representation of color #876666: hue angle of 0º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #876666 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB135102102-
CMYK00.240.240.47
HSL13.92%46.47%-
HSV(B)24.44%52.94%-
XYZ17.1415.6114.68-
YUV111.87122.43144.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=39.82%
G=30.09%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510210200.240.240.47013.9246.47
Hex876666018182F0e2e
Octal207146146030305701656
Binary10000111110011011001100110001100010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876666; }

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

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

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

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

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

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

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

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