#87674A

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

Shades of Dark Wood #87674A

Tints of Dark Wood #87674A

Color information

#87674A (or 0x87674A) is unknown color: approx Dark Wood. HEX triplet: 87, 67 and 4A. RGB value is (135,103,74). Sum of RGB (Red+Green+Blue) = 135+103+74=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #87674A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87674A is #7898B5. Grayscale: #6D6D6D. Windows color (decimal): -7903414 or 4876167. OLE color: 4876167.

HSL color Cylindrical-coordinate representation of color #87674A: hue angle of 28.52º 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 #87674A is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13510374-
CMYK00.240.450.47
HSL28.52º29.19%40.98%-
HSV(B)28.52º45.19%52.94%-
XYZ16.0815.358.59-
YUV109.26108.1146.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.27%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=43.27%
G=33.01%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351037400.240.450.4728.5229.1940.98
Hex87674A0182D2F1d1d29
Octal2071471120305557353551
Binary10000111110011110010100110001011011011111110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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