#868249

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

Shades of Highball #868249

Tints of Highball #868249

Color information

#868249 (or 0x868249) is unknown color: approx Highball. HEX triplet: 86, 82 and 49. RGB value is (134,130,73). Sum of RGB (Red+Green+Blue) = 134+130+73=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #868249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868249 is #797DB6. Grayscale: #7C7C7C. Windows color (decimal): -7962039 or 4817542. OLE color: 4817542.

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

Color convert

RGB13413073-
CMYK00.030.460.47
HSL56.07º29.47%40.59%-
HSV(B)56.07º45.52%52.55%-
XYZ19.0221.519.45-
YUV124.798.83134.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=39.76%
G=38.58%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341307300.030.460.4756.0729.4740.59
Hex868249032E2F381d29
Octal206202111035657703551
Binary1000011010000010100100101110111010111111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868249; }

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

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

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

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

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

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

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

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