#999373

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

Shades of Gurkha #999373

Tints of Gurkha #999373

Color information

#999373 (or 0x999373) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 73. RGB value is (153,147,115). Sum of RGB (Red+Green+Blue) = 153+147+115=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #999373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999373 is #666C8C. Grayscale: #919191. Windows color (decimal): -6712461 or 7574425. OLE color: 7574425.

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

Color convert

RGB153147115-
CMYK00.040.250.4
HSL50.53º15.7%52.55%-
HSV(B)50.53º24.84%60%-
XYZ26.6728.8820.39-
YUV145.15110.99133.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=36.87%
G=35.42%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314711500.040.250.450.5315.752.55
Hex999373041928331035
Octal231223163043150632065
Binary1001100110010011111001101001100110100011001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999373; }

 p { color: rgb(153,147,115); }

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

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

 a { background-color: rgb(153,147,115); }

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

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

 span { border-color: rgb(153,147,115); }

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