#999479

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

Shades of Gurkha #999479

Tints of Gurkha #999479

Color information

#999479 (or 0x999479) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 79. RGB value is (153,148,121). Sum of RGB (Red+Green+Blue) = 153+148+121=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #999479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999479 is #666B86. Grayscale: #929292. Windows color (decimal): -6712199 or 7967897. OLE color: 7967897.

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

Color convert

RGB153148121-
CMYK00.030.210.4
HSL50.63º13.56%53.73%-
HSV(B)50.63º20.92%60%-
XYZ27.1829.3322.32-
YUV146.42113.66132.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=36.26%
G=35.07%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314812100.030.210.450.6313.5653.73
Hex99947903152833e36
Octal231224171032550631666
Binary10011001100101001111001011101011010001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999479; }

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

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

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

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

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

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

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

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