#999477

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

Shades of Gurkha #999477

Tints of Gurkha #999477

Color information

#999477 (or 0x999477) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 77. RGB value is (153,148,119). Sum of RGB (Red+Green+Blue) = 153+148+119=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #999477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999477 is #666B88. Grayscale: #929292. Windows color (decimal): -6712201 or 7836825. OLE color: 7836825.

HSL color Cylindrical-coordinate representation of color #999477: hue angle of 51.18º 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 #999477 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153148119-
CMYK00.030.220.4
HSL51.18º14.29%53.33%-
HSV(B)51.18º22.22%60%-
XYZ27.0629.2821.68-
YUV146.19112.66132.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=36.43%
G=35.24%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314811900.030.220.451.1814.2953.33
Hex99947703162833e35
Octal231224167032650631665
Binary10011001100101001110111011101101010001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999477; }

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

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

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

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

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

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

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

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