#989476

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

Shades of Gurkha #989476

Tints of Gurkha #989476

Color information

#989476 (or 0x989476) is unknown color: approx Gurkha. HEX triplet: 98, 94 and 76. RGB value is (152,148,118). Sum of RGB (Red+Green+Blue) = 152+148+118=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #989476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989476 is #676B89. Grayscale: #919191. Windows color (decimal): -6777738 or 7771288. OLE color: 7771288.

HSL color Cylindrical-coordinate representation of color #989476: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #989476 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB152148118-
CMYK00.030.220.40
HSL52.94º14.17%52.94%-
HSV(B)52.94º22.37%59.61%-
XYZ26.8129.1621.36-
YUV145.78112.33132.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=36.36%
G=35.41%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214811800.030.220.4052.9414.1752.94
Hex98947603162835e35
Octal230224166032650651665
Binary10011000100101001110110011101101010001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989476; }

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

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

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

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

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

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

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

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