#999379

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

Shades of Gurkha #999379

Tints of Gurkha #999379

Color information

#999379 (or 0x999379) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 79. RGB value is (153,147,121). Sum of RGB (Red+Green+Blue) = 153+147+121=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #999379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999379 is #666C86. Grayscale: #919191. Windows color (decimal): -6712455 or 7967641. OLE color: 7967641.

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

Color convert

RGB153147121-
CMYK00.040.210.4
HSL48.75º13.56%53.73%-
HSV(B)48.75º20.92%60%-
XYZ27.0229.0222.27-
YUV145.83113.99133.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=36.34%
G=34.92%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314712100.040.210.448.7513.5653.73
Hex99937904152831e36
Octal231223171042550611666
Binary100110011001001111110010100101011010001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999379; }

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

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

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

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

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

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

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

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