#9D9261

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

Shades of Gurkha #9D9261

Tints of Gurkha #9D9261

Color information

#9D9261 (or 0x9D9261) is unknown color: approx Gurkha. HEX triplet: 9D, 92 and 61. RGB value is (157,146,97). Sum of RGB (Red+Green+Blue) = 157+146+97=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9261 is #626D9E. Grayscale: #8F8F8F. Windows color (decimal): -6450591 or 6394525. OLE color: 6394525.

HSL color Cylindrical-coordinate representation of color #9D9261: hue angle of 49º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D9261 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15714697-
CMYK00.070.380.38
HSL49º23.62%49.8%-
HSV(B)49º38.22%61.57%-
XYZ26.3428.5915.44-
YUV143.7101.64137.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.25%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=39.25%
G=36.5%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571469700.070.380.384923.6249.8
Hex9D9261072626311832
Octal235222141074646613062
Binary10011101100100101100001011110011010011011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,97); }

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

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

 a { background-color: rgb(157,146,97); }

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

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

 span { border-color: rgb(157,146,97); }

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