#999059

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

Shades of Gurkha #999059

Tints of Gurkha #999059

Color information

#999059 (or 0x999059) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 59. RGB value is (153,144,89). Sum of RGB (Red+Green+Blue) = 153+144+89=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #999059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999059 is #666FA6. Grayscale: #8C8C8C. Windows color (decimal): -6713255 or 5869721. OLE color: 5869721.

HSL color Cylindrical-coordinate representation of color #999059: hue angle of 51.56º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999059 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15314489-
CMYK00.060.420.4
HSL51.56º26.45%47.45%-
HSV(B)51.56º41.83%60%-
XYZ24.9127.4413.43-
YUV140.4298.98136.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 89 (35.16% from 255) = 23.06%
R=39.64%
G=37.31%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531448900.060.420.451.5626.4547.45
Hex999059062A28341a2f
Octal231220131065250643257
Binary10011001100100001011001011010101010100011010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999059; }

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

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

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

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

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

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

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

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