#87615F

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

Shades of Light Wood #87615F

Tints of Light Wood #87615F

Color information

#87615F (or 0x87615F) is unknown color: approx Light Wood. HEX triplet: 87, 61 and 5F. RGB value is (135,97,95). Sum of RGB (Red+Green+Blue) = 135+97+95=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87615F is #789EA0. Grayscale: #6C6C6C. Windows color (decimal): -7904929 or 6250887. OLE color: 6250887.

HSL color Cylindrical-coordinate representation of color #87615F: hue angle of 3º 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 #87615F is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1359795-
CMYK00.280.300.47
HSL17.39%45.1%-
HSV(B)29.63%52.94%-
XYZ16.3314.5312.77-
YUV108.13120.59147.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=41.28%
G=29.66%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135979500.280.300.47317.3945.1
Hex87615F01C1E2F3112d
Octal207141137034365732155
Binary1000011111000011011111011100111101011111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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