#87634A

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

Shades of Dark Wood #87634A

Tints of Dark Wood #87634A

Color information

#87634A (or 0x87634A) is unknown color: approx Dark Wood. HEX triplet: 87, 63 and 4A. RGB value is (135,99,74). Sum of RGB (Red+Green+Blue) = 135+99+74=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87634A is #789CB5. Grayscale: #6B6B6B. Windows color (decimal): -7904438 or 4875143. OLE color: 4875143.

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

Color convert

RGB1359974-
CMYK00.270.450.47
HSL24.59º29.19%40.98%-
HSV(B)24.59º45.19%52.94%-
XYZ15.6914.578.46-
YUV106.91109.43148.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=43.83%
G=32.14%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135997400.270.450.4724.5929.1940.98
Hex87634A01B2D2F191d29
Octal2071431120335557313551
Binary10000111110001110010100110111011011011111100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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