#99916C

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

Shades of Gurkha #99916C

Tints of Gurkha #99916C

Color information

#99916C (or 0x99916C) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 6C. RGB value is (153,145,108). Sum of RGB (Red+Green+Blue) = 153+145+108=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99916C is #666E93. Grayscale: #8F8F8F. Windows color (decimal): -6712980 or 7115161. OLE color: 7115161.

HSL color Cylindrical-coordinate representation of color #99916C: hue angle of 49.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99916C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB153145108-
CMYK00.050.290.4
HSL49.33º18.07%51.18%-
HSV(B)49.33º29.41%60%-
XYZ25.9728.1118.24-
YUV143.17108.15135.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=37.68%
G=35.71%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314510800.050.290.449.3318.0751.18
Hex99916C051D28311233
Octal231221154053550612263
Binary1001100110010001110110001011110110100011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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