#9C905C

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

Shades of Gurkha #9C905C

Tints of Gurkha #9C905C

Color information

#9C905C (or 0x9C905C) is unknown color: approx Gurkha. HEX triplet: 9C, 90 and 5C. RGB value is (156,144,92). Sum of RGB (Red+Green+Blue) = 156+144+92=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C905C is #636FA3. Grayscale: #8D8D8D. Windows color (decimal): -6516644 or 6066332. OLE color: 6066332.

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

Color convert

RGB15614492-
CMYK00.080.410.39
HSL48.75º25.81%48.63%-
HSV(B)48.75º41.03%61.18%-
XYZ25.6227.7914.14-
YUV141.6699.98138.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 92 (36.33% from 255) = 23.47%
R=39.80%
G=36.73%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561449200.080.410.3948.7525.8148.63
Hex9C905C082927311a31
Octal2342201340105147613261
Binary100111001001000010111000100010100110011111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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