#989074

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

Shades of Gurkha #989074

Tints of Gurkha #989074

Color information

#989074 (or 0x989074) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 74. RGB value is (152,144,116). Sum of RGB (Red+Green+Blue) = 152+144+116=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #989074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989074 is #676F8B. Grayscale: #8F8F8F. Windows color (decimal): -6778764 or 7639192. OLE color: 7639192.

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

Color convert

RGB152144116-
CMYK00.050.240.40
HSL46.67º14.88%52.55%-
HSV(B)46.67º23.68%59.61%-
XYZ26.0727.8820.53-
YUV143.2112.65134.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=36.89%
G=34.95%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214411600.050.240.4046.6714.8852.55
Hex9890740518282ff35
Octal230220164053050571765
Binary100110001001000011101000101110001010001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989074; }

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

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

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

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

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

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

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

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