#868247

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

Shades of Highball #868247

Tints of Highball #868247

Color information

#868247 (or 0x868247) is unknown color: approx Highball. HEX triplet: 86, 82 and 47. RGB value is (134,130,71). Sum of RGB (Red+Green+Blue) = 134+130+71=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #868247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868247 is #797DB8. Grayscale: #7C7C7C. Windows color (decimal): -7962041 or 4686470. OLE color: 4686470.

HSL color Cylindrical-coordinate representation of color #868247: hue angle of 56.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #868247 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13413071-
CMYK00.030.470.47
HSL56.19º30.73%40.2%-
HSV(B)56.19º47.01%52.55%-
XYZ18.9521.499.11-
YUV124.4797.83134.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=40%
G=38.81%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341307100.030.470.4756.1930.7340.2
Hex868247032F2F381f28
Octal206202107035757703750
Binary1000011010000010100011101110111110111111100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868247; }

 p { color: rgb(134,130,71); }

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

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

 a { background-color: rgb(134,130,71); }

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

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

 span { border-color: rgb(134,130,71); }

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