#867940

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

Shades of Go Ben #867940

Tints of Go Ben #867940

Color information

#867940 (or 0x867940) is unknown color: approx Go Ben. HEX triplet: 86, 79 and 40. RGB value is (134,121,64). Sum of RGB (Red+Green+Blue) = 134+121+64=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867940 is #7986BF. Grayscale: #767676. Windows color (decimal): -7964352 or 4225414. OLE color: 4225414.

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

Color convert

RGB13412164-
CMYK00.100.520.47
HSL48.86º35.35%38.82%-
HSV(B)48.86º52.24%52.55%-
XYZ17.5919.117.61-
YUV118.3997.31139.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=42.01%
G=37.93%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341216400.100.520.4748.8635.3538.82
Hex8679400A342F312327
Octal2061711000126457614347
Binary100001101111001100000001010110100101111110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867940; }

 p { color: rgb(134,121,64); }

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

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

 a { background-color: rgb(134,121,64); }

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

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

 span { border-color: rgb(134,121,64); }

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