#9D9668

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

Shades of Gurkha #9D9668

Tints of Gurkha #9D9668

Color information

#9D9668 (or 0x9D9668) is unknown color: approx Gurkha. HEX triplet: 9D, 96 and 68. RGB value is (157,150,104). Sum of RGB (Red+Green+Blue) = 157+150+104=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9668 is #626997. Grayscale: #939393. Windows color (decimal): -6449560 or 6854301. OLE color: 6854301.

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

Color convert

RGB157150104-
CMYK00.040.340.38
HSL52.08º21.29%51.18%-
HSV(B)52.08º33.76%61.57%-
XYZ27.3129.9817.44-
YUV146.85103.82135.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=38.20%
G=36.50%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715010400.040.340.3852.0821.2951.18
Hex9D9668042226341533
Octal235226150044246642563
Binary10011101100101101101000010010001010011011010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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