#86773F

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

Shades of Go Ben #86773F

Tints of Go Ben #86773F

Color information

#86773F (or 0x86773F) is unknown color: approx Go Ben. HEX triplet: 86, 77 and 3F. RGB value is (134,119,63). Sum of RGB (Red+Green+Blue) = 134+119+63=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86773F is #7988C0. Grayscale: #757575. Windows color (decimal): -7964865 or 4159366. OLE color: 4159366.

HSL color Cylindrical-coordinate representation of color #86773F: hue angle of 47.32º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86773F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13411963-
CMYK00.110.530.47
HSL47.32º36.04%38.63%-
HSV(B)47.32º52.99%52.55%-
XYZ17.3318.627.38-
YUV117.197.47140.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 63 (25% from 255) = 19.94%
R=42.41%
G=37.66%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341196300.110.530.4747.3236.0438.63
Hex86773F0B352F2f2427
Octal206167770136557574447
Binary10000110111011111111101011110101101111101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,119,63); }

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

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

 a { background-color: rgb(134,119,63); }

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

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

 span { border-color: rgb(134,119,63); }

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