#999249

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

Shades of Highball #999249

Tints of Highball #999249

Color information

#999249 (or 0x999249) is unknown color: approx Highball. HEX triplet: 99, 92 and 49. RGB value is (153,146,73). Sum of RGB (Red+Green+Blue) = 153+146+73=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #999249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999249 is #666DB6. Grayscale: #8C8C8C. Windows color (decimal): -6712759 or 4821657. OLE color: 4821657.

HSL color Cylindrical-coordinate representation of color #999249: hue angle of 54.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #999249 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15314673-
CMYK00.050.520.4
HSL54.75º35.4%44.31%-
HSV(B)54.75º52.29%60%-
XYZ24.6227.8110.37-
YUV139.7790.32137.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=41.13%
G=39.25%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531467300.050.520.454.7535.444.31
Hex99924905342837232c
Octal231222111056450674354
Binary100110011001001010010010101110100101000110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999249; }

 p { color: rgb(153,146,73); }

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

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

 a { background-color: rgb(153,146,73); }

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

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

 span { border-color: rgb(153,146,73); }

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