#989379

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

Shades of Gurkha #989379

Tints of Gurkha #989379

Color information

#989379 (or 0x989379) is unknown color: approx Gurkha. HEX triplet: 98, 93 and 79. RGB value is (152,147,121). Sum of RGB (Red+Green+Blue) = 152+147+121=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #989379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989379 is #676C86. Grayscale: #919191. Windows color (decimal): -6777991 or 7967640. OLE color: 7967640.

HSL color Cylindrical-coordinate representation of color #989379: hue angle of 50.32º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989379 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152147121-
CMYK00.030.200.40
HSL50.32º13.08%53.53%-
HSV(B)50.32º20.39%59.61%-
XYZ26.8328.9222.26-
YUV145.53114.16132.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.19%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=36.19%
G=35%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214712100.030.200.4050.3213.0853.53
Hex98937903142832d36
Octal230223171032450621566
Binary10011000100100111111001011101001010001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989379; }

 p { color: rgb(152,147,121); }

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

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

 a { background-color: rgb(152,147,121); }

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

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

 span { border-color: rgb(152,147,121); }

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