#999158

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

Shades of Gurkha #999158

Tints of Gurkha #999158

Color information

#999158 (or 0x999158) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 58. RGB value is (153,145,88). Sum of RGB (Red+Green+Blue) = 153+145+88=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #999158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999158 is #666EA7. Grayscale: #8D8D8D. Windows color (decimal): -6713000 or 5804441. OLE color: 5804441.

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

Color convert

RGB15314588-
CMYK00.050.420.4
HSL52.62º26.97%47.25%-
HSV(B)52.62º42.48%60%-
XYZ25.0227.7313.27-
YUV140.8998.15136.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=39.64%
G=37.56%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531458800.050.420.452.6226.9747.25
Hex999158052A28351b2f
Octal231221130055250653357
Binary10011001100100011011000010110101010100011010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999158; }

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

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

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

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

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

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

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

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