#867E36

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

Shades of Highball #867E36

Tints of Highball #867E36

Color information

#867E36 (or 0x867E36) is unknown color: approx Highball. HEX triplet: 86, 7E and 36. RGB value is (134,126,54). Sum of RGB (Red+Green+Blue) = 134+126+54=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #867E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E36 is #7981C9. Grayscale: #787878. Windows color (decimal): -7963082 or 3571334. OLE color: 3571334.

HSL color Cylindrical-coordinate representation of color #867E36: hue angle of 54º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #867E36 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB13412654-
CMYK00.060.600.47
HSL54º42.55%36.86%-
HSV(B)54º59.7%52.55%-
XYZ17.9620.266.45-
YUV120.1890.65137.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=42.68%
G=40.13%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341265400.060.600.475442.5536.86
Hex867E36063C2F362b25
Octal20617666067457665345
Binary1000011011111101101100110111100101111110110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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