#867B41

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

Shades of Highball #867B41

Tints of Highball #867B41

Color information

#867B41 (or 0x867B41) is unknown color: approx Highball. HEX triplet: 86, 7B and 41. RGB value is (134,123,65). Sum of RGB (Red+Green+Blue) = 134+123+65=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #867B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B41 is #7984BE. Grayscale: #777777. Windows color (decimal): -7963839 or 4291462. OLE color: 4291462.

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

Color convert

RGB13412365-
CMYK00.080.510.47
HSL50.43º34.67%39.02%-
HSV(B)50.43º51.49%52.55%-
XYZ17.8719.627.85-
YUV119.6897.14138.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 65 (25.78% from 255) = 20.19%
R=41.61%
G=38.20%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341236500.080.510.4750.4334.6739.02
Hex867B4108332F322327
Octal2061731010106357624347
Binary100001101111011100000101000110011101111110010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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