#867E38

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

Shades of Highball #867E38

Tints of Highball #867E38

Color information

#867E38 (or 0x867E38) is unknown color: approx Highball. HEX triplet: 86, 7E and 38. RGB value is (134,126,56). Sum of RGB (Red+Green+Blue) = 134+126+56=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #867E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E38 is #7981C7. Grayscale: #787878. Windows color (decimal): -7963080 or 3702406. OLE color: 3702406.

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

Color convert

RGB13412656-
CMYK00.060.580.47
HSL53.85º41.05%37.25%-
HSV(B)53.85º58.21%52.55%-
XYZ18.0120.286.71-
YUV120.4191.65137.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=42.41%
G=39.87%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341265600.060.580.4753.8541.0537.25
Hex867E38063A2F362925
Octal20617670067257665145
Binary1000011011111101110000110111010101111110110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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