#9D916A

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

Shades of Gurkha #9D916A

Tints of Gurkha #9D916A

Color information

#9D916A (or 0x9D916A) is unknown color: approx Gurkha. HEX triplet: 9D, 91 and 6A. RGB value is (157,145,106). Sum of RGB (Red+Green+Blue) = 157+145+106=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D916A is #626E95. Grayscale: #909090. Windows color (decimal): -6450838 or 6984093. OLE color: 6984093.

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

Color convert

RGB157145106-
CMYK00.080.320.38
HSL45.88º20.65%51.57%-
HSV(B)45.88º32.48%61.57%-
XYZ26.6328.4617.73-
YUV144.14106.48137.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.48%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=38.48%
G=35.54%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714510600.080.320.3845.8820.6551.57
Hex9D916A0820262e1534
Octal2352211520104046562564
Binary100111011001000111010100100010000010011010111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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