#9D9672

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

Shades of Gurkha #9D9672

Tints of Gurkha #9D9672

Color information

#9D9672 (or 0x9D9672) is unknown color: approx Gurkha. HEX triplet: 9D, 96 and 72. RGB value is (157,150,114). Sum of RGB (Red+Green+Blue) = 157+150+114=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9672 is #62698D. Grayscale: #949494. Windows color (decimal): -6449550 or 7509661. OLE color: 7509661.

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

Color convert

RGB157150114-
CMYK00.040.270.38
HSL50.23º17.99%53.14%-
HSV(B)50.23º27.39%61.57%-
XYZ27.8530.220.28-
YUV147.99108.82134.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=37.29%
G=35.63%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715011400.040.270.3850.2317.9953.14
Hex9D9672041B26321235
Octal235226162043346622265
Binary1001110110010110111001001001101110011011001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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