#867B45

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

Shades of Go Ben #867B45

Tints of Go Ben #867B45

Color information

#867B45 (or 0x867B45) is unknown color: approx Go Ben. HEX triplet: 86, 7B and 45. RGB value is (134,123,69). Sum of RGB (Red+Green+Blue) = 134+123+69=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #867B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B45 is #7984BA. Grayscale: #787878. Windows color (decimal): -7963835 or 4553606. OLE color: 4553606.

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

Color convert

RGB13412369-
CMYK00.080.490.47
HSL49.85º32.02%39.8%-
HSV(B)49.85º48.51%52.55%-
XYZ17.9919.668.48-
YUV120.1399.14137.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=41.10%
G=37.73%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341236900.080.490.4749.8532.0239.8
Hex867B4508312F322028
Octal2061731050106157624050
Binary100001101111011100010101000110001101111110010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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