#999157

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

Shades of Gurkha #999157

Tints of Gurkha #999157

Color information

#999157 (or 0x999157) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 57. RGB value is (153,145,87). Sum of RGB (Red+Green+Blue) = 153+145+87=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #999157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999157 is #666EA8. Grayscale: #8D8D8D. Windows color (decimal): -6713001 or 5738905. OLE color: 5738905.

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

Color convert

RGB15314587-
CMYK00.050.430.4
HSL52.73º27.5%47.06%-
HSV(B)52.73º43.14%60%-
XYZ24.9827.7113.05-
YUV140.7897.65136.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=39.74%
G=37.66%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531458700.050.430.452.7327.547.06
Hex999157052B28351c2f
Octal231221127055350653457
Binary10011001100100011010111010110101110100011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999157; }

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

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

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

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

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

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

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

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