#99915C

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

Shades of Gurkha #99915C

Tints of Gurkha #99915C

Color information

#99915C (or 0x99915C) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 5C. RGB value is (153,145,92). Sum of RGB (Red+Green+Blue) = 153+145+92=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915C is #666EA3. Grayscale: #8D8D8D. Windows color (decimal): -6712996 or 6066585. OLE color: 6066585.

HSL color Cylindrical-coordinate representation of color #99915C: hue angle of 52.13º 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 #99915C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB15314592-
CMYK00.050.400.4
HSL52.13º24.9%48.04%-
HSV(B)52.13º39.87%60%-
XYZ25.1927.814.16-
YUV141.35100.15136.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 92 (36.33% from 255) = 23.59%
R=39.23%
G=37.18%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531459200.050.400.452.1324.948.04
Hex99915C052828341930
Octal231221134055050643160
Binary10011001100100011011100010110100010100011010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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