#867D38

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

Shades of Highball #867D38

Tints of Highball #867D38

Color information

#867D38 (or 0x867D38) is unknown color: approx Highball. HEX triplet: 86, 7D and 38. RGB value is (134,125,56). Sum of RGB (Red+Green+Blue) = 134+125+56=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #867D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D38 is #7982C7. Grayscale: #787878. Windows color (decimal): -7963336 or 3702150. OLE color: 3702150.

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

Color convert

RGB13412556-
CMYK00.070.580.47
HSL53.08º41.05%37.25%-
HSV(B)53.08º58.21%52.55%-
XYZ17.8820.026.66-
YUV119.8291.98138.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 125 (49.22% from 255) = 39.68%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=42.54%
G=39.68%
B=17.78%

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
Decimal1341255600.070.580.4753.0841.0537.25
Hex867D38073A2F352925
Octal20617570077257655145
Binary1000011011111011110000111111010101111110101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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