#9D905A

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

Shades of Gurkha #9D905A

Tints of Gurkha #9D905A

Color information

#9D905A (or 0x9D905A) is unknown color: approx Gurkha. HEX triplet: 9D, 90 and 5A. RGB value is (157,144,90). Sum of RGB (Red+Green+Blue) = 157+144+90=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D905A is #626FA5. Grayscale: #8D8D8D. Windows color (decimal): -6451110 or 5935261. OLE color: 5935261.

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

Color convert

RGB15714490-
CMYK00.080.430.38
HSL48.36º27.13%48.43%-
HSV(B)48.36º42.68%61.57%-
XYZ25.7227.8513.69-
YUV141.7398.81138.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=40.15%
G=36.83%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571449000.080.430.3848.3627.1348.43
Hex9D905A082B26301b30
Octal2352201320105346603360
Binary100111011001000010110100100010101110011011000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,144,90); }

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

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

 a { background-color: rgb(157,144,90); }

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

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

 span { border-color: rgb(157,144,90); }

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