#87634B

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

Shades of Dark Wood #87634B

Tints of Dark Wood #87634B

Color information

#87634B (or 0x87634B) is unknown color: approx Dark Wood. HEX triplet: 87, 63 and 4B. RGB value is (135,99,75). Sum of RGB (Red+Green+Blue) = 135+99+75=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87634B is #789CB4. Grayscale: #6B6B6B. Windows color (decimal): -7904437 or 4940679. OLE color: 4940679.

HSL color Cylindrical-coordinate representation of color #87634B: hue angle of 24º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87634B is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1359975-
CMYK00.270.440.47
HSL24º28.57%41.18%-
HSV(B)24º44.44%52.94%-
XYZ15.7214.588.64-
YUV107.03109.93147.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=43.69%
G=32.04%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135997500.270.440.472428.5741.18
Hex87634B01B2C2F181d29
Octal2071431130335457303551
Binary10000111110001110010110110111011001011111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87634B; }

 p { color: rgb(135,99,75); }

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

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

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

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

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

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

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