#999849

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

Shades of Highball #999849

Tints of Highball #999849

Color information

#999849 (or 0x999849) is unknown color: approx Highball. HEX triplet: 99, 98 and 49. RGB value is (153,152,73). Sum of RGB (Red+Green+Blue) = 153+152+73=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #999849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999849 is #6667B6. Grayscale: #8F8F8F. Windows color (decimal): -6711223 or 4823193. OLE color: 4823193.

HSL color Cylindrical-coordinate representation of color #999849: hue angle of 59.25º 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 #999849 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15315273-
CMYK00.010.520.4
HSL59.25º35.4%44.31%-
HSV(B)59.25º52.29%60%-
XYZ25.5729.7110.69-
YUV143.2988.33134.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=40.48%
G=40.21%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531527300.010.520.459.2535.444.31
Hex9998490134283b232c
Octal231230111016450734354
Binary1001100110011000100100101110100101000111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999849; }

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

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

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

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

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

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

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

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