#9D966F

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

Shades of Gurkha #9D966F

Tints of Gurkha #9D966F

Color information

#9D966F (or 0x9D966F) is unknown color: approx Gurkha. HEX triplet: 9D, 96 and 6F. RGB value is (157,150,111). Sum of RGB (Red+Green+Blue) = 157+150+111=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D966F is #626990. Grayscale: #939393. Windows color (decimal): -6449553 or 7313053. OLE color: 7313053.

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

Color convert

RGB157150111-
CMYK00.040.290.38
HSL50.87º19.01%52.55%-
HSV(B)50.87º29.3%61.57%-
XYZ27.6830.1319.4-
YUV147.65107.32134.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=37.56%
G=35.89%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715011100.040.290.3850.8719.0152.55
Hex9D966F041D26331335
Octal235226157043546632365
Binary1001110110010110110111101001110110011011001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,111); }

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

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

 a { background-color: rgb(157,150,111); }

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

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

 span { border-color: rgb(157,150,111); }

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