#999377

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

Shades of Gurkha #999377

Tints of Gurkha #999377

Color information

#999377 (or 0x999377) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 77. RGB value is (153,147,119). Sum of RGB (Red+Green+Blue) = 153+147+119=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999377 is #666C88. Grayscale: #919191. Windows color (decimal): -6712457 or 7836569. OLE color: 7836569.

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

Color convert

RGB153147119-
CMYK00.040.220.4
HSL49.41º14.29%53.33%-
HSV(B)49.41º22.22%60%-
XYZ26.928.9721.63-
YUV145.6112.99133.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=36.52%
G=35.08%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314711900.040.220.449.4114.2953.33
Hex99937704162831e35
Octal231223167042650611665
Binary100110011001001111101110100101101010001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999377; }

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

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

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

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

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

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

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

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