#999579

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

Shades of Gurkha #999579

Tints of Gurkha #999579

Color information

#999579 (or 0x999579) is unknown color: approx Gurkha. HEX triplet: 99, 95 and 79. RGB value is (153,149,121). Sum of RGB (Red+Green+Blue) = 153+149+121=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #999579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999579 is #666A86. Grayscale: #939393. Windows color (decimal): -6711943 or 7968153. OLE color: 7968153.

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

Color convert

RGB153149121-
CMYK00.030.210.4
HSL52.5º13.56%53.73%-
HSV(B)52.5º20.92%60%-
XYZ27.3429.6522.37-
YUV147113.33132.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=36.17%
G=35.22%
B=28.61%

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
Decimal15314912100.030.210.452.513.5653.73
Hex99957903152834e36
Octal231225171032550641666
Binary10011001100101011111001011101011010001101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999579; }

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

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

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

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

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

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

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

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