#999476

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

Shades of Gurkha #999476

Tints of Gurkha #999476

Color information

#999476 (or 0x999476) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 76. RGB value is (153,148,118). Sum of RGB (Red+Green+Blue) = 153+148+118=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999476 is #666B89. Grayscale: #929292. Windows color (decimal): -6712202 or 7771289. OLE color: 7771289.

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

Color convert

RGB153148118-
CMYK00.030.230.4
HSL51.43º14.64%53.14%-
HSV(B)51.43º22.88%60%-
XYZ2729.2621.36-
YUV146.07112.16132.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 118 (46.48% from 255) = 28.16%
R=36.52%
G=35.32%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314811800.030.230.451.4314.6453.14
Hex99947603172833f35
Octal231224166032750631765
Binary10011001100101001110110011101111010001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999476; }

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

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

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

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

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

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

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

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