#999475

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

Shades of Gurkha #999475

Tints of Gurkha #999475

Color information

#999475 (or 0x999475) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 75. RGB value is (153,148,117). Sum of RGB (Red+Green+Blue) = 153+148+117=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #999475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999475 is #666B8A. Grayscale: #929292. Windows color (decimal): -6712203 or 7705753. OLE color: 7705753.

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

Color convert

RGB153148117-
CMYK00.030.240.4
HSL51.67º15%52.94%-
HSV(B)51.67º23.53%60%-
XYZ26.9429.2421.05-
YUV145.96111.66133.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=36.60%
G=35.41%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314811700.030.240.451.671552.94
Hex99947503182834f35
Octal231224165033050641765
Binary10011001100101001110101011110001010001101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999475; }

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

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

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

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

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

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

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

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