#9C905E

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

Shades of Gurkha #9C905E

Tints of Gurkha #9C905E

Color information

#9C905E (or 0x9C905E) is unknown color: approx Gurkha. HEX triplet: 9C, 90 and 5E. RGB value is (156,144,94). Sum of RGB (Red+Green+Blue) = 156+144+94=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C905E is #636FA1. Grayscale: #8E8E8E. Windows color (decimal): -6516642 or 6197404. OLE color: 6197404.

HSL color Cylindrical-coordinate representation of color #9C905E: hue angle of 48.39º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C905E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15614494-
CMYK00.080.400.39
HSL48.39º24.8%49.02%-
HSV(B)48.39º39.74%61.18%-
XYZ25.727.8214.61-
YUV141.89100.98138.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=39.59%
G=36.55%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561449400.080.400.3948.3924.849.02
Hex9C905E082827301931
Octal2342201360105047603161
Binary100111001001000010111100100010100010011111000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,94); }

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

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

 a { background-color: rgb(156,144,94); }

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

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

 span { border-color: rgb(156,144,94); }

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