#999374

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

Shades of Gurkha #999374

Tints of Gurkha #999374

Color information

#999374 (or 0x999374) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 74. RGB value is (153,147,116). Sum of RGB (Red+Green+Blue) = 153+147+116=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #999374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999374 is #666C8B. Grayscale: #919191. Windows color (decimal): -6712460 or 7639961. OLE color: 7639961.

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

Color convert

RGB153147116-
CMYK00.040.240.4
HSL50.27º15.35%52.75%-
HSV(B)50.27º24.18%60%-
XYZ26.7228.920.69-
YUV145.26111.49133.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=36.78%
G=35.34%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314711600.040.240.450.2715.3552.75
Hex99937404182832f35
Octal231223164043050621765
Binary100110011001001111101000100110001010001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999374; }

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

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

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

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

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

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

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

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