#876646

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

Shades of Dark Wood #876646

Tints of Dark Wood #876646

Color information

#876646 (or 0x876646) is unknown color: approx Dark Wood. HEX triplet: 87, 66 and 46. RGB value is (135,102,70). Sum of RGB (Red+Green+Blue) = 135+102+70=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #876646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876646 is #7899B9. Grayscale: #6C6C6C. Windows color (decimal): -7903674 or 4613767. OLE color: 4613767.

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

Color convert

RGB13510270-
CMYK00.240.480.47
HSL29.54º31.71%40.2%-
HSV(B)29.54º48.15%52.94%-
XYZ15.8515.17.87-
YUV108.22106.43147.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=43.97%
G=33.22%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351027000.240.480.4729.5431.7140.2
Hex876646018302F1e2028
Octal2071461060306057364050
Binary100001111100110100011001100011000010111111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876646; }

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

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

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

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

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

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

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

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