#876645

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

Shades of Dark Wood #876645

Tints of Dark Wood #876645

Color information

#876645 (or 0x876645) is unknown color: approx Dark Wood. HEX triplet: 87, 66 and 45. RGB value is (135,102,69). Sum of RGB (Red+Green+Blue) = 135+102+69=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 135 - color contains mainly: red. Hex color #876645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876645 is #7899BA. Grayscale: #6C6C6C. Windows color (decimal): -7903675 or 4548231. OLE color: 4548231.

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

Color convert

RGB13510269-
CMYK00.240.490.47
HSL30º32.35%40%-
HSV(B)30º48.89%52.94%-
XYZ15.8215.087.71-
YUV108.1105.93147.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=44.12%
G=33.33%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351026900.240.490.473032.3540
Hex876645018312F1e2028
Octal2071461050306157364050
Binary100001111100110100010101100011000110111111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876645; }

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

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

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

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

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

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

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

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