#867C38

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

Shades of Highball #867C38

Tints of Highball #867C38

Color information

#867C38 (or 0x867C38) is unknown color: approx Highball. HEX triplet: 86, 7C and 38. RGB value is (134,124,56). Sum of RGB (Red+Green+Blue) = 134+124+56=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #867C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C38 is #7983C7. Grayscale: #777777. Windows color (decimal): -7963592 or 3701894. OLE color: 3701894.

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

Color convert

RGB13412456-
CMYK00.070.580.47
HSL52.31º41.05%37.25%-
HSV(B)52.31º58.21%52.55%-
XYZ17.7519.776.62-
YUV119.2492.31138.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 124 (48.83% from 255) = 39.49%
BLUE value IS 56 (22.27% from 255) = 17.83%
R=42.68%
G=39.49%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341245600.070.580.4752.3141.0537.25
Hex867C38073A2F342925
Octal20617470077257645145
Binary1000011011111001110000111111010101111110100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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