#999174

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

Shades of Gurkha #999174

Tints of Gurkha #999174

Color information

#999174 (or 0x999174) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 74. RGB value is (153,145,116). Sum of RGB (Red+Green+Blue) = 153+145+116=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #999174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999174 is #666E8B. Grayscale: #909090. Windows color (decimal): -6712972 or 7639449. OLE color: 7639449.

HSL color Cylindrical-coordinate representation of color #999174: hue angle of 47.03º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999174 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153145116-
CMYK00.050.240.4
HSL47.03º15.35%52.75%-
HSV(B)47.03º24.18%60%-
XYZ26.4128.2820.59-
YUV144.09112.15134.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=36.96%
G=35.02%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314511600.050.240.447.0315.3552.75
Hex9991740518282ff35
Octal231221164053050571765
Binary100110011001000111101000101110001010001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999174; }

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

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

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

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

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

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

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

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