#999550

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

Shades of Highball #999550

Tints of Highball #999550

Color information

#999550 (or 0x999550) is unknown color: approx Highball. HEX triplet: 99, 95 and 50. RGB value is (153,149,80). Sum of RGB (Red+Green+Blue) = 153+149+80=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #999550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999550 is #666AAF. Grayscale: #8E8E8E. Windows color (decimal): -6711984 or 5281177. OLE color: 5281177.

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

Color convert

RGB15314980-
CMYK00.030.480.4
HSL56.71º31.33%45.69%-
HSV(B)56.71º47.71%60%-
XYZ25.3328.8511.82-
YUV142.3392.83135.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 149 (58.59% from 255) = 39.01%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=40.05%
G=39.01%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531498000.030.480.456.7131.3345.69
Hex999550033028391f2e
Octal231225120036050713756
Binary1001100110010101101000001111000010100011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999550; }

 p { color: rgb(153,149,80); }

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

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

 a { background-color: rgb(153,149,80); }

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

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

 span { border-color: rgb(153,149,80); }

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