#867B3F

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

Shades of Highball #867B3F

Tints of Highball #867B3F

Color information

#867B3F (or 0x867B3F) is unknown color: approx Highball. HEX triplet: 86, 7B and 3F. RGB value is (134,123,63). Sum of RGB (Red+Green+Blue) = 134+123+63=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #867B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B3F is #7984C0. Grayscale: #777777. Windows color (decimal): -7963841 or 4160390. OLE color: 4160390.

HSL color Cylindrical-coordinate representation of color #867B3F: hue angle of 50.7º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #867B3F is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13412363-
CMYK00.080.530.47
HSL50.7º36.04%38.63%-
HSV(B)50.7º52.99%52.55%-
XYZ17.8119.597.55-
YUV119.4596.14138.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 63 (25% from 255) = 19.69%
R=41.88%
G=38.44%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341236300.080.530.4750.736.0438.63
Hex867B3F08352F332427
Octal206173770106557634447
Binary10000110111101111111101000110101101111110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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