#989079

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

Shades of Gurkha #989079

Tints of Gurkha #989079

Color information

#989079 (or 0x989079) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 79. RGB value is (152,144,121). Sum of RGB (Red+Green+Blue) = 152+144+121=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #989079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989079 is #676F86. Grayscale: #8F8F8F. Windows color (decimal): -6778759 or 7966872. OLE color: 7966872.

HSL color Cylindrical-coordinate representation of color #989079: hue angle of 44.52º 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 #989079 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB152144121-
CMYK00.050.200.40
HSL44.52º13.08%53.53%-
HSV(B)44.52º20.39%59.61%-
XYZ26.372822.1-
YUV143.77115.15133.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.45%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=36.45%
G=34.53%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214412100.050.200.4044.5213.0853.53
Hex9890790514282dd36
Octal230220171052450551566
Binary100110001001000011110010101101001010001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989079; }

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

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

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

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

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

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

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

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