#867E43

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

Shades of Highball #867E43

Tints of Highball #867E43

Color information

#867E43 (or 0x867E43) is unknown color: approx Highball. HEX triplet: 86, 7E and 43. RGB value is (134,126,67). Sum of RGB (Red+Green+Blue) = 134+126+67=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #867E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E43 is #7981BC. Grayscale: #797979. Windows color (decimal): -7963069 or 4423302. OLE color: 4423302.

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

Color convert

RGB13412667-
CMYK00.060.50.47
HSL52.84º33.33%39.41%-
HSV(B)52.84º50%52.55%-
XYZ18.3120.48.28-
YUV121.6797.15136.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=40.98%
G=38.53%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341266700.060.50.4752.8433.3339.41
Hex867E4306322F352127
Octal206176103066257654147
Binary10000110111111010000110110110010101111110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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