#9D916E

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

Shades of Gurkha #9D916E

Tints of Gurkha #9D916E

Color information

#9D916E (or 0x9D916E) is unknown color: approx Gurkha. HEX triplet: 9D, 91 and 6E. RGB value is (157,145,110). Sum of RGB (Red+Green+Blue) = 157+145+110=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D916E is #626E91. Grayscale: #909090. Windows color (decimal): -6450834 or 7246237. OLE color: 7246237.

HSL color Cylindrical-coordinate representation of color #9D916E: hue angle of 44.68º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D916E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB157145110-
CMYK00.080.300.38
HSL44.68º19.34%52.35%-
HSV(B)44.68º29.94%61.57%-
XYZ26.8428.5418.85-
YUV144.6108.48136.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=38.11%
G=35.19%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714511000.080.300.3844.6819.3452.35
Hex9D916E081E262d1334
Octal2352211560103646552364
Binary10011101100100011101110010001111010011010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,110); }

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

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

 a { background-color: rgb(157,145,110); }

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

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

 span { border-color: rgb(157,145,110); }

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