#999050

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

Shades of Highball #999050

Tints of Highball #999050

Color information

#999050 (or 0x999050) is unknown color: approx Highball. HEX triplet: 99, 90 and 50. RGB value is (153,144,80). Sum of RGB (Red+Green+Blue) = 153+144+80=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #999050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999050 is #666FAF. Grayscale: #8B8B8B. Windows color (decimal): -6713264 or 5279897. OLE color: 5279897.

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

Color convert

RGB15314480-
CMYK00.060.480.4
HSL52.6º31.33%45.69%-
HSV(B)52.6º47.71%60%-
XYZ24.5627.311.56-
YUV139.3994.48137.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=40.58%
G=38.20%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531448000.060.480.452.631.3345.69
Hex999050063028351f2e
Octal231220120066050653756
Binary10011001100100001010000011011000010100011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999050; }

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

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

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

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

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

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

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

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