#867C41

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

Shades of Highball #867C41

Tints of Highball #867C41

Color information

#867C41 (or 0x867C41) is unknown color: approx Highball. HEX triplet: 86, 7C and 41. RGB value is (134,124,65). Sum of RGB (Red+Green+Blue) = 134+124+65=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #867C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C41 is #7983BE. Grayscale: #787878. Windows color (decimal): -7963583 or 4291718. OLE color: 4291718.

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

Color convert

RGB13412465-
CMYK00.070.510.47
HSL51.3º34.67%39.02%-
HSV(B)51.3º51.49%52.55%-
XYZ17.9919.877.89-
YUV120.2696.81137.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=41.49%
G=38.39%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341246500.070.510.4751.334.6739.02
Hex867C4107332F332327
Octal206174101076357634347
Binary10000110111110010000010111110011101111110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,65); }

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

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

 a { background-color: rgb(134,124,65); }

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

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

 span { border-color: rgb(134,124,65); }

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