#999172

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

Shades of Gurkha #999172

Tints of Gurkha #999172

Color information

#999172 (or 0x999172) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 72. RGB value is (153,145,114). Sum of RGB (Red+Green+Blue) = 153+145+114=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #999172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999172 is #666E8D. Grayscale: #8F8F8F. Windows color (decimal): -6712974 or 7508377. OLE color: 7508377.

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

Color convert

RGB153145114-
CMYK00.050.250.4
HSL47.69º16.05%52.35%-
HSV(B)47.69º25.49%60%-
XYZ26.328.2419.98-
YUV143.86111.15134.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.14%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=37.14%
G=35.19%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314511400.050.250.447.6916.0552.35
Hex999172051928301034
Octal231221162053150602064
Binary1001100110010001111001001011100110100011000010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999172; }

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

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

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

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

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

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

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

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