#876644

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

Shades of Dark Wood #876644

Tints of Dark Wood #876644

Color information

#876644 (or 0x876644) is unknown color: approx Dark Wood. HEX triplet: 87, 66 and 44. RGB value is (135,102,68). Sum of RGB (Red+Green+Blue) = 135+102+68=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #876644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876644 is #7899BB. Grayscale: #6C6C6C. Windows color (decimal): -7903676 or 4482695. OLE color: 4482695.

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

Color convert

RGB13510268-
CMYK00.240.500.47
HSL30.45º33%39.8%-
HSV(B)30.45º49.63%52.94%-
XYZ15.7915.077.55-
YUV107.99105.43147.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=44.26%
G=33.44%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351026800.240.500.4730.453339.8
Hex876644018322F1e2128
Octal2071461040306257364150
Binary100001111100110100010001100011001010111111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876644; }

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

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

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

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

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

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

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

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