#999162

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

Shades of Gurkha #999162

Tints of Gurkha #999162

Color information

#999162 (or 0x999162) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 62. RGB value is (153,145,98). Sum of RGB (Red+Green+Blue) = 153+145+98=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #999162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999162 is #666E9D. Grayscale: #8E8E8E. Windows color (decimal): -6712990 or 6459801. OLE color: 6459801.

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

Color convert

RGB15314598-
CMYK00.050.360.4
HSL51.27º21.91%49.22%-
HSV(B)51.27º35.95%60%-
XYZ25.4727.915.6-
YUV142.03103.15135.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=38.64%
G=36.62%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531459800.050.360.451.2721.9149.22
Hex999162052428331631
Octal231221142054450632661
Binary10011001100100011100010010110010010100011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999162; }

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

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

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

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

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

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

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

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