#9D976E

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

Shades of Gurkha #9D976E

Tints of Gurkha #9D976E

Color information

#9D976E (or 0x9D976E) is unknown color: approx Gurkha. HEX triplet: 9D, 97 and 6E. RGB value is (157,151,110). Sum of RGB (Red+Green+Blue) = 157+151+110=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D976E is #626891. Grayscale: #949494. Windows color (decimal): -6449298 or 7247773. OLE color: 7247773.

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

Color convert

RGB157151110-
CMYK00.040.300.38
HSL52.34º19.34%52.35%-
HSV(B)52.34º29.94%61.57%-
XYZ27.7930.4319.16-
YUV148.12106.49134.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=37.56%
G=36.12%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715111000.040.300.3852.3419.3452.35
Hex9D976E041E26341334
Octal235227156043646642364
Binary1001110110010111110111001001111010011011010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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