#87605E

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

Shades of Light Wood #87605E

Tints of Light Wood #87605E

Color information

#87605E (or 0x87605E) is unknown color: approx Light Wood. HEX triplet: 87, 60 and 5E. RGB value is (135,96,94). Sum of RGB (Red+Green+Blue) = 135+96+94=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87605E is #789FA1. Grayscale: #6B6B6B. Windows color (decimal): -7905186 or 6185095. OLE color: 6185095.

HSL color Cylindrical-coordinate representation of color #87605E: hue angle of 2.93º degrees, saturation: 0.18, 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 #87605E is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1359694-
CMYK00.290.300.47
HSL2.93º17.9%44.9%-
HSV(B)2.93º30.37%52.94%-
XYZ16.1914.3212.5-
YUV107.43120.42147.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=41.54%
G=29.54%
B=28.92%

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
Decimal135969400.290.300.472.9317.944.9
Hex87605E01D1E2F3122d
Octal207140136035365732255
Binary1000011111000001011110011101111101011111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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