#867F42

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

Shades of Highball #867F42

Tints of Highball #867F42

Color information

#867F42 (or 0x867F42) is unknown color: approx Highball. HEX triplet: 86, 7F and 42. RGB value is (134,127,66). Sum of RGB (Red+Green+Blue) = 134+127+66=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #867F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F42 is #7980BD. Grayscale: #7A7A7A. Windows color (decimal): -7962814 or 4358022. OLE color: 4358022.

HSL color Cylindrical-coordinate representation of color #867F42: hue angle of 53.82º degrees, saturation: 0.34, 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 #867F42 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13412766-
CMYK00.050.510.47
HSL53.82º34%39.22%-
HSV(B)53.82º50.75%52.55%-
XYZ18.420.648.17-
YUV122.1496.32136.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=40.98%
G=38.84%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341276600.050.510.4753.823439.22
Hex867F4205332F362227
Octal206177102056357664247
Binary10000110111111110000100101110011101111110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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