#867A3F

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

Shades of Go Ben #867A3F

Tints of Go Ben #867A3F

Color information

#867A3F (or 0x867A3F) is unknown color: approx Go Ben. HEX triplet: 86, 7A and 3F. RGB value is (134,122,63). Sum of RGB (Red+Green+Blue) = 134+122+63=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A3F is #7985C0. Grayscale: #777777. Windows color (decimal): -7964097 or 4160134. OLE color: 4160134.

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

Color convert

RGB13412263-
CMYK00.090.530.47
HSL49.86º36.04%38.63%-
HSV(B)49.86º52.99%52.55%-
XYZ17.6919.357.5-
YUV118.8696.48138.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 63 (25% from 255) = 19.75%
R=42.01%
G=38.24%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341226300.090.530.4749.8636.0438.63
Hex867A3F09352F322427
Octal206172770116557624447
Binary10000110111101011111101001110101101111110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867A3F; }

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

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

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

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

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

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

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

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