#87605F

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

Shades of Light Wood #87605F

Tints of Light Wood #87605F

Color information

#87605F (or 0x87605F) is unknown color: approx Light Wood. HEX triplet: 87, 60 and 5F. RGB value is (135,96,95). Sum of RGB (Red+Green+Blue) = 135+96+95=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #87605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87605F is #789FA0. Grayscale: #6B6B6B. Windows color (decimal): -7905185 or 6250631. OLE color: 6250631.

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

Color convert

RGB1359695-
CMYK00.290.300.47
HSL1.5º17.39%45.1%-
HSV(B)1.5º29.63%52.94%-
XYZ16.2414.3412.74-
YUV107.55120.92147.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=41.41%
G=29.45%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135969500.290.300.471.517.3945.1
Hex87605F01D1E2F2112d
Octal207140137035365722155
Binary1000011111000001011111011101111101011111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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