#867B42

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

Shades of Go Ben #867B42

Tints of Go Ben #867B42

Color information

#867B42 (or 0x867B42) is unknown color: approx Go Ben. HEX triplet: 86, 7B and 42. RGB value is (134,123,66). Sum of RGB (Red+Green+Blue) = 134+123+66=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #867B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B42 is #7984BD. Grayscale: #787878. Windows color (decimal): -7963838 or 4356998. OLE color: 4356998.

HSL color Cylindrical-coordinate representation of color #867B42: hue angle of 50.29º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867B42 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13412366-
CMYK00.080.510.47
HSL50.29º34%39.22%-
HSV(B)50.29º50.75%52.55%-
XYZ17.919.638-
YUV119.7997.64138.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=41.49%
G=38.08%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341236600.080.510.4750.293439.22
Hex867B4208332F322227
Octal2061731020106357624247
Binary100001101111011100001001000110011101111110010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,123,66); }

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

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

 a { background-color: rgb(134,123,66); }

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

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

 span { border-color: rgb(134,123,66); }

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