#999473

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

Shades of Gurkha #999473

Tints of Gurkha #999473

Color information

#999473 (or 0x999473) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 73. RGB value is (153,148,115). Sum of RGB (Red+Green+Blue) = 153+148+115=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #999473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999473 is #666B8C. Grayscale: #919191. Windows color (decimal): -6712205 or 7574681. OLE color: 7574681.

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

Color convert

RGB153148115-
CMYK00.030.250.4
HSL52.11º15.7%52.55%-
HSV(B)52.11º24.84%60%-
XYZ26.8229.1920.44-
YUV145.73110.66133.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.78%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=36.78%
G=35.58%
B=27.64%

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
Decimal15314811500.030.250.452.1115.752.55
Hex999473031928341035
Octal231224163033150642065
Binary100110011001010011100110111100110100011010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999473; }

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

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

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

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

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

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

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

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