#867E3B

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

Shades of Highball #867E3B

Tints of Highball #867E3B

Color information

#867E3B (or 0x867E3B) is unknown color: approx Highball. HEX triplet: 86, 7E and 3B. RGB value is (134,126,59). Sum of RGB (Red+Green+Blue) = 134+126+59=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E3B is #7981C4. Grayscale: #797979. Windows color (decimal): -7963077 or 3899014. OLE color: 3899014.

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

Color convert

RGB13412659-
CMYK00.060.560.47
HSL53.6º38.86%37.84%-
HSV(B)53.6º55.97%52.55%-
XYZ18.0820.317.1-
YUV120.7593.15137.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 59 (23.44% from 255) = 18.50%
R=42.01%
G=39.50%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341265900.060.560.4753.638.8637.84
Hex867E3B06382F362726
Octal20617673067057664746
Binary1000011011111101110110110111000101111110110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,126,59); }

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

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

 a { background-color: rgb(134,126,59); }

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

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

 span { border-color: rgb(134,126,59); }

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