#99915A

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

Shades of Gurkha #99915A

Tints of Gurkha #99915A

Color information

#99915A (or 0x99915A) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 5A. RGB value is (153,145,90). Sum of RGB (Red+Green+Blue) = 153+145+90=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915A is #666EA5. Grayscale: #8D8D8D. Windows color (decimal): -6712998 or 5935513. OLE color: 5935513.

HSL color Cylindrical-coordinate representation of color #99915A: hue angle of 52.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99915A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15314590-
CMYK00.050.410.4
HSL52.38º25.93%47.65%-
HSV(B)52.38º41.18%60%-
XYZ25.1127.7613.71-
YUV141.1299.15136.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=39.43%
G=37.37%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531459000.050.410.452.3825.9347.65
Hex99915A052928341a30
Octal231221132055150643260
Binary10011001100100011011010010110100110100011010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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