#99915F

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

Shades of Gurkha #99915F

Tints of Gurkha #99915F

Color information

#99915F (or 0x99915F) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 5F. RGB value is (153,145,95). Sum of RGB (Red+Green+Blue) = 153+145+95=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915F is #666EA0. Grayscale: #8D8D8D. Windows color (decimal): -6712993 or 6263193. OLE color: 6263193.

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

Color convert

RGB15314595-
CMYK00.050.380.4
HSL51.72º23.39%48.63%-
HSV(B)51.72º37.91%60%-
XYZ25.3327.8514.87-
YUV141.69101.65136.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 95 (37.5% from 255) = 24.17%
R=38.93%
G=36.90%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531459500.050.380.451.7223.3948.63
Hex99915F052628341731
Octal231221137054650642761
Binary10011001100100011011111010110011010100011010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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