#87806E

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

Shades of Arrowtown #87806E

Tints of Arrowtown #87806E

Color information

#87806E (or 0x87806E) is unknown color: approx Arrowtown. HEX triplet: 87, 80 and 6E. RGB value is (135,128,110). Sum of RGB (Red+Green+Blue) = 135+128+110=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87806E is #787F91. Grayscale: #808080. Windows color (decimal): -7896978 or 7241863. OLE color: 7241863.

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

Color convert

RGB135128110-
CMYK00.050.190.47
HSL43.2º10.2%48.04%-
HSV(B)43.2º18.52%52.94%-
XYZ20.5321.7217.86-
YUV128.04117.82132.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=36.19%
G=34.32%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512811000.050.190.4743.210.248.04
Hex87806E05132F2ba30
Octal207200156052357531260
Binary100001111000000011011100101100111011111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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