#87806F

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

Shades of Arrowtown #87806F

Tints of Arrowtown #87806F

Color information

#87806F (or 0x87806F) is unknown color: approx Arrowtown. HEX triplet: 87, 80 and 6F. RGB value is (135,128,111). Sum of RGB (Red+Green+Blue) = 135+128+111=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87806F is #787F90. Grayscale: #808080. Windows color (decimal): -7896977 or 7307399. OLE color: 7307399.

HSL color Cylindrical-coordinate representation of color #87806F: hue angle of 42.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87806F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB135128111-
CMYK00.050.180.47
HSL42.5º9.76%48.24%-
HSV(B)42.5º17.78%52.94%-
XYZ20.5821.7418.15-
YUV128.16118.32132.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=36.10%
G=34.22%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512811100.050.180.4742.59.7648.24
Hex87806F05122F2ba30
Octal207200157052257531260
Binary100001111000000011011110101100101011111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,128,111); }

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

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

 a { background-color: rgb(135,128,111); }

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

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

 span { border-color: rgb(135,128,111); }

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