#9D976A

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

Shades of Gurkha #9D976A

Tints of Gurkha #9D976A

Color information

#9D976A (or 0x9D976A) is unknown color: approx Gurkha. HEX triplet: 9D, 97 and 6A. RGB value is (157,151,106). Sum of RGB (Red+Green+Blue) = 157+151+106=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D976A is #626895. Grayscale: #939393. Windows color (decimal): -6449302 or 6985629. OLE color: 6985629.

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

Color convert

RGB157151106-
CMYK00.040.320.38
HSL52.94º20.65%51.57%-
HSV(B)52.94º32.48%61.57%-
XYZ27.5730.3418.04-
YUV147.66104.49134.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 151 (59.38% from 255) = 36.47%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=37.92%
G=36.47%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715110600.040.320.3852.9420.6551.57
Hex9D976A042026351534
Octal235227152044046652564
Binary10011101100101111101010010010000010011011010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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