#9D9260

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

Shades of Gurkha #9D9260

Tints of Gurkha #9D9260

Color information

#9D9260 (or 0x9D9260) is unknown color: approx Gurkha. HEX triplet: 9D, 92 and 60. RGB value is (157,146,96). Sum of RGB (Red+Green+Blue) = 157+146+96=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9260 is #626D9F. Grayscale: #8F8F8F. Windows color (decimal): -6450592 or 6328989. OLE color: 6328989.

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

Color convert

RGB15714696-
CMYK00.070.390.38
HSL49.18º24.11%49.61%-
HSV(B)49.18º38.85%61.57%-
XYZ26.2928.5715.2-
YUV143.59101.14137.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=39.35%
G=36.59%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571469600.070.390.3849.1824.1149.61
Hex9D9260072726311832
Octal235222140074746613062
Binary10011101100100101100000011110011110011011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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