#9C8D61

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

Shades of Gurkha #9C8D61

Tints of Gurkha #9C8D61

Color information

#9C8D61 (or 0x9C8D61) is unknown color: approx Gurkha. HEX triplet: 9C, 8D and 61. RGB value is (156,141,97). Sum of RGB (Red+Green+Blue) = 156+141+97=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8D61 is #63729E. Grayscale: #8C8C8C. Windows color (decimal): -6517407 or 6393244. OLE color: 6393244.

HSL color Cylindrical-coordinate representation of color #9C8D61: hue angle of 44.75º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8D61 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB15614197-
CMYK00.100.380.39
HSL44.75º23.32%49.61%-
HSV(B)44.75º37.82%61.18%-
XYZ25.3926.9815.18-
YUV140.47103.47139.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 141 (55.47% from 255) = 35.79%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=39.59%
G=35.79%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561419700.100.380.3944.7523.3249.61
Hex9C8D610A26272d1732
Octal2342151410124647552762
Binary100111001000110111000010101010011010011110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,97); }

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

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

 a { background-color: rgb(156,141,97); }

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

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

 span { border-color: rgb(156,141,97); }

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