#999441

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

Shades of Highball #999441

Tints of Highball #999441

Color information

#999441 (or 0x999441) is unknown color: approx Highball. HEX triplet: 99, 94 and 41. RGB value is (153,148,65). Sum of RGB (Red+Green+Blue) = 153+148+65=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #999441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999441 is #666BBE. Grayscale: #8C8C8C. Windows color (decimal): -6712255 or 4297881. OLE color: 4297881.

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

Color convert

RGB15314865-
CMYK00.030.580.4
HSL56.59º40.37%42.75%-
HSV(B)56.59º57.52%60%-
XYZ24.6828.339.17-
YUV140.0385.66137.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=41.80%
G=40.44%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531486500.030.580.456.5940.3742.75
Hex999441033A2839282b
Octal231224101037250715053
Binary10011001100101001000001011111010101000111001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999441; }

 p { color: rgb(153,148,65); }

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

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

 a { background-color: rgb(153,148,65); }

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

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

 span { border-color: rgb(153,148,65); }

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