#989479

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

Shades of Gurkha #989479

Tints of Gurkha #989479

Color information

#989479 (or 0x989479) is unknown color: approx Gurkha. HEX triplet: 98, 94 and 79. RGB value is (152,148,121). Sum of RGB (Red+Green+Blue) = 152+148+121=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #989479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989479 is #676B86. Grayscale: #929292. Windows color (decimal): -6777735 or 7967896. OLE color: 7967896.

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

Color convert

RGB152148121-
CMYK00.030.200.40
HSL52.26º13.08%53.53%-
HSV(B)52.26º20.39%59.61%-
XYZ26.9929.2422.31-
YUV146.12113.83132.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=36.10%
G=35.15%
B=28.74%

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
Decimal15214812100.030.200.4052.2613.0853.53
Hex98947903142834d36
Octal230224171032450641566
Binary10011000100101001111001011101001010001101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989479; }

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

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

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

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

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

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

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

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