#999179

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

Shades of Gurkha #999179

Tints of Gurkha #999179

Color information

#999179 (or 0x999179) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 79. RGB value is (153,145,121). Sum of RGB (Red+Green+Blue) = 153+145+121=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999179 is #666E86. Grayscale: #909090. Windows color (decimal): -6712967 or 7967129. OLE color: 7967129.

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

Color convert

RGB153145121-
CMYK00.050.210.4
HSL45º13.56%53.73%-
HSV(B)45º20.92%60%-
XYZ26.7128.422.16-
YUV144.66114.65133.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 121 (47.66% from 255) = 28.88%
R=36.52%
G=34.61%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314512100.050.210.44513.5653.73
Hex9991790515282de36
Octal231221171052550551666
Binary100110011001000111110010101101011010001011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999179; }

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

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

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

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

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

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

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

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