#868037

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

Shades of Highball #868037

Tints of Highball #868037

Color information

#868037 (or 0x868037) is unknown color: approx Highball. HEX triplet: 86, 80 and 37. RGB value is (134,128,55). Sum of RGB (Red+Green+Blue) = 134+128+55=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #868037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868037 is #797FC8. Grayscale: #797979. Windows color (decimal): -7962569 or 3637382. OLE color: 3637382.

HSL color Cylindrical-coordinate representation of color #868037: hue angle of 55.44º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #868037 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB13412855-
CMYK00.040.590.47
HSL55.44º41.8%37.06%-
HSV(B)55.44º58.96%52.55%-
XYZ18.2420.786.66-
YUV121.4790.49136.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 55 (21.88% from 255) = 17.35%
R=42.27%
G=40.38%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341285500.040.590.4755.4441.837.06
Hex868037043B2F372a25
Octal20620067047357675245
Binary10000110100000001101110100111011101111110111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868037; }

 p { color: rgb(134,128,55); }

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

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

 a { background-color: rgb(134,128,55); }

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

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

 span { border-color: rgb(134,128,55); }

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