#87605D

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

Shades of Light Wood #87605D

Tints of Light Wood #87605D

Color information

#87605D (or 0x87605D) is unknown color: approx Light Wood. HEX triplet: 87, 60 and 5D. RGB value is (135,96,93). Sum of RGB (Red+Green+Blue) = 135+96+93=324 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.67% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 135 - color contains mainly: red. Hex color #87605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87605D is #789FA2. Grayscale: #6B6B6B. Windows color (decimal): -7905187 or 6119559. OLE color: 6119559.

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

Color convert

RGB1359693-
CMYK00.290.310.47
HSL4.29º18.42%44.71%-
HSV(B)4.29º31.11%52.94%-
XYZ16.1514.3112.27-
YUV107.32119.92147.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.67%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=41.67%
G=29.63%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135969300.290.310.474.2918.4244.71
Hex87605D01D1F2F4122d
Octal207140135035375742255
Binary10000111110000010111010111011111110111110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87605D; }

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

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

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

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

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

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

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

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