#87603E

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

Shades of Dark Wood #87603E

Tints of Dark Wood #87603E

Color information

#87603E (or 0x87603E) is unknown color: approx Dark Wood. HEX triplet: 87, 60 and 3E. RGB value is (135,96,62). Sum of RGB (Red+Green+Blue) = 135+96+62=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87603E is #789FC1. Grayscale: #676767. Windows color (decimal): -7905218 or 4087943. OLE color: 4087943.

HSL color Cylindrical-coordinate representation of color #87603E: hue angle of 27.95º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87603E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1359662-
CMYK00.290.540.47
HSL27.95º37.06%38.63%-
HSV(B)27.95º54.07%52.94%-
XYZ15.0413.866.44-
YUV103.78104.42150.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 62 (24.61% from 255) = 21.16%
R=46.08%
G=32.76%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135966200.290.540.4727.9537.0638.63
Hex87603E01D362F1c2527
Octal207140760356657344547
Binary10000111110000011111001110111011010111111100100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87603E; }

 p { color: rgb(135,96,62); }

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

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

 a { background-color: rgb(135,96,62); }

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

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

 span { border-color: rgb(135,96,62); }

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