#9D976F

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

Shades of Gurkha #9D976F

Tints of Gurkha #9D976F

Color information

#9D976F (or 0x9D976F) is unknown color: approx Gurkha. HEX triplet: 9D, 97 and 6F. RGB value is (157,151,111). Sum of RGB (Red+Green+Blue) = 157+151+111=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D976F is #626890. Grayscale: #949494. Windows color (decimal): -6449297 or 7313309. OLE color: 7313309.

HSL color Cylindrical-coordinate representation of color #9D976F: hue angle of 52.17º 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 #9D976F is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB157151111-
CMYK00.040.290.38
HSL52.17º19.01%52.55%-
HSV(B)52.17º29.3%61.57%-
XYZ27.8430.4519.45-
YUV148.23106.99134.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=37.47%
G=36.04%
B=26.49%

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
Decimal15715111100.040.290.3852.1719.0152.55
Hex9D976F041D26341335
Octal235227157043546642365
Binary1001110110010111110111101001110110011011010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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