#867f40

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

Shades of Highball #867F40

Tints of Highball #867F40

Color information

#867F40 (or 0x867F40) is unknown color: approx Highball. HEX triplet: 86, 7F and 40. RGB value is (134,127,64). Sum of RGB (Red+Green+Blue) = 134+127+64=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #867F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F40 is #7980BF. Grayscale: #7A7A7A. Windows color (decimal): -7962816 or 4226950. OLE color: 4226950.

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

Color convert

RGB13412764-
CMYK00.050.520.47
HSL54º35.35%38.82%-
HSV(B)54º52.24%52.55%-
XYZ18.3520.627.86-
YUV121.9195.32136.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=41.23%
G=39.08%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341276400.050.520.475435.3538.82
Hex867F4005342F362327
Octal206177100056457664347
Binary10000110111111110000000101110100101111110110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867f40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,64); }

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

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

 a { background-color: rgb(134,127,64); }

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

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

 span { border-color: rgb(134,127,64); }

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