#9D9667

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

Shades of Gurkha #9D9667

Tints of Gurkha #9D9667

Color information

#9D9667 (or 0x9D9667) is unknown color: approx Gurkha. HEX triplet: 9D, 96 and 67. RGB value is (157,150,103). Sum of RGB (Red+Green+Blue) = 157+150+103=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9667 is #626998. Grayscale: #929292. Windows color (decimal): -6449561 or 6788765. OLE color: 6788765.

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

Color convert

RGB157150103-
CMYK00.040.340.38
HSL52.22º21.6%50.98%-
HSV(B)52.22º34.39%61.57%-
XYZ27.2629.9617.18-
YUV146.73103.32135.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.29%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 103 (40.62% from 255) = 25.12%
R=38.29%
G=36.59%
B=25.12%

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
Decimal15715010300.040.340.3852.2221.650.98
Hex9D9667042226341633
Octal235226147044246642663
Binary10011101100101101100111010010001010011011010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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