#867F37

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

Shades of Highball #867F37

Tints of Highball #867F37

Color information

#867F37 (or 0x867F37) is unknown color: approx Highball. HEX triplet: 86, 7F and 37. RGB value is (134,127,55). Sum of RGB (Red+Green+Blue) = 134+127+55=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #867F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F37 is #7980C8. Grayscale: #797979. Windows color (decimal): -7962825 or 3637126. OLE color: 3637126.

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

Color convert

RGB13412755-
CMYK00.050.590.47
HSL54.68º41.8%37.06%-
HSV(B)54.68º58.96%52.55%-
XYZ18.1120.526.62-
YUV120.8890.82137.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 55 (21.88% from 255) = 17.41%
R=42.41%
G=40.19%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341275500.050.590.4754.6841.837.06
Hex867F37053B2F372a25
Octal20617767057357675245
Binary1000011011111111101110101111011101111110111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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