#867F34

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

Shades of Highball #867F34

Tints of Highball #867F34

Color information

#867F34 (or 0x867F34) is unknown color: approx Highball. HEX triplet: 86, 7F and 34. RGB value is (134,127,52). Sum of RGB (Red+Green+Blue) = 134+127+52=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #867F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F34 is #7980CB. Grayscale: #787878. Windows color (decimal): -7962828 or 3440518. OLE color: 3440518.

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

Color convert

RGB13412752-
CMYK00.050.610.47
HSL54.88º44.09%36.47%-
HSV(B)54.88º61.19%52.55%-
XYZ18.0420.56.25-
YUV120.5489.32137.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=42.81%
G=40.58%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341275200.050.610.4754.8844.0936.47
Hex867F34053D2F372c24
Octal20617764057557675444
Binary1000011011111111101000101111101101111110111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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