#86753F

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

Shades of Go Ben #86753F

Tints of Go Ben #86753F

Color information

#86753F (or 0x86753F) is unknown color: approx Go Ben. HEX triplet: 86, 75 and 3F. RGB value is (134,117,63). Sum of RGB (Red+Green+Blue) = 134+117+63=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86753F is #798AC0. Grayscale: #747474. Windows color (decimal): -7965377 or 4158854. OLE color: 4158854.

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

Color convert

RGB13411763-
CMYK00.130.530.47
HSL45.63º36.04%38.63%-
HSV(B)45.63º52.99%52.55%-
XYZ17.0918.157.31-
YUV115.9398.13140.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 63 (25% from 255) = 20.06%
R=42.68%
G=37.26%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341176300.130.530.4745.6336.0438.63
Hex86753F0D352F2e2427
Octal206165770156557564447
Binary10000110111010111111101101110101101111101110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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