#99905C

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

Shades of Gurkha #99905C

Tints of Gurkha #99905C

Color information

#99905C (or 0x99905C) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 5C. RGB value is (153,144,92). Sum of RGB (Red+Green+Blue) = 153+144+92=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99905C is #666FA3. Grayscale: #8C8C8C. Windows color (decimal): -6713252 or 6066329. OLE color: 6066329.

HSL color Cylindrical-coordinate representation of color #99905C: hue angle of 51.15º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99905C is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15314492-
CMYK00.060.400.4
HSL51.15º24.9%48.04%-
HSV(B)51.15º39.87%60%-
XYZ25.0427.4914.11-
YUV140.76100.48136.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=39.33%
G=37.02%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531449200.060.400.451.1524.948.04
Hex99905C062828331930
Octal231220134065050633160
Binary10011001100100001011100011010100010100011001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99905C; }

 p { color: rgb(153,144,92); }

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

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

 a { background-color: rgb(153,144,92); }

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

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

 span { border-color: rgb(153,144,92); }

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