#867D40

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

Shades of Highball #867D40

Tints of Highball #867D40

Color information

#867D40 (or 0x867D40) is unknown color: approx Highball. HEX triplet: 86, 7D and 40. RGB value is (134,125,64). Sum of RGB (Red+Green+Blue) = 134+125+64=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #867D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D40 is #7982BF. Grayscale: #787878. Windows color (decimal): -7963328 or 4226438. OLE color: 4226438.

HSL color Cylindrical-coordinate representation of color #867D40: hue angle of 52.29º 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 #867D40 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB13412564-
CMYK00.070.520.47
HSL52.29º35.35%38.82%-
HSV(B)52.29º52.24%52.55%-
XYZ18.0920.117.78-
YUV120.7495.98137.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 125 (49.22% from 255) = 38.70%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=41.49%
G=38.70%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341256400.070.520.4752.2935.3538.82
Hex867D4007342F342327
Octal206175100076457644347
Binary10000110111110110000000111110100101111110100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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