#9C9874

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

Shades of Gurkha #9C9874

Tints of Gurkha #9C9874

Color information

#9C9874 (or 0x9C9874) is unknown color: approx Gurkha. HEX triplet: 9C, 98 and 74. RGB value is (156,152,116). Sum of RGB (Red+Green+Blue) = 156+152+116=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9874 is #63678B. Grayscale: #959595. Windows color (decimal): -6514572 or 7641244. OLE color: 7641244.

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

Color convert

RGB156152116-
CMYK00.030.260.39
HSL54º16.81%53.33%-
HSV(B)54º25.64%61.18%-
XYZ28.0930.7920.98-
YUV149.09109.33132.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=36.79%
G=35.85%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615211600.030.260.395416.8153.33
Hex9C9874031A27361135
Octal234230164033247662165
Binary100111001001100011101000111101010011111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,116); }

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

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

 a { background-color: rgb(156,152,116); }

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

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

 span { border-color: rgb(156,152,116); }

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