#9F9866

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

Shades of Gurkha #9F9866

Tints of Gurkha #9F9866

Color information

#9F9866 (or 0x9F9866) is unknown color: approx Gurkha. HEX triplet: 9F, 98 and 66. RGB value is (159,152,102). Sum of RGB (Red+Green+Blue) = 159+152+102=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9866 is #606799. Grayscale: #949494. Windows color (decimal): -6317978 or 6723743. OLE color: 6723743.

HSL color Cylindrical-coordinate representation of color #9F9866: hue angle of 52.63º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F9866 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB159152102-
CMYK00.040.360.38
HSL52.63º22.89%51.18%-
HSV(B)52.63º35.85%62.35%-
XYZ27.9230.7917.04-
YUV148.39101.82135.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=38.50%
G=36.80%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915210200.040.360.3852.6322.8951.18
Hex9F9866042426351733
Octal237230146044446652763
Binary10011111100110001100110010010010010011011010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9866; }

 p { color: rgb(159,152,102); }

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

<style>
 a { background-color: #9F9866; }

 a { background-color: rgb(159,152,102); }

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

<style>
 span { border-color: #9F9866; }

 span { border-color: rgb(159,152,102); }

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