#999472

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

Shades of Gurkha #999472

Tints of Gurkha #999472

Color information

#999472 (or 0x999472) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 72. RGB value is (153,148,114). Sum of RGB (Red+Green+Blue) = 153+148+114=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #999472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999472 is #666B8D. Grayscale: #919191. Windows color (decimal): -6712206 or 7509145. OLE color: 7509145.

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

Color convert

RGB153148114-
CMYK00.030.250.4
HSL52.31º16.05%52.35%-
HSV(B)52.31º25.49%60%-
XYZ26.7629.1720.14-
YUV145.62110.16133.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=36.87%
G=35.66%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314811400.030.250.452.3116.0552.35
Hex999472031928341034
Octal231224162033150642064
Binary100110011001010011100100111100110100011010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999472; }

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

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

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

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

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

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

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

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