#989075

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

Shades of Gurkha #989075

Tints of Gurkha #989075

Color information

#989075 (or 0x989075) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 75. RGB value is (152,144,117). Sum of RGB (Red+Green+Blue) = 152+144+117=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #989075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989075 is #676F8A. Grayscale: #8F8F8F. Windows color (decimal): -6778763 or 7704728. OLE color: 7704728.

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

Color convert

RGB152144117-
CMYK00.050.230.40
HSL46.29º14.52%52.75%-
HSV(B)46.29º23.03%59.61%-
XYZ26.1327.9120.84-
YUV143.31113.15134.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 117 (46.09% from 255) = 28.33%
R=36.80%
G=34.87%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214411700.050.230.4046.2914.5252.75
Hex9890750517282ef35
Octal230220165052750561765
Binary100110001001000011101010101101111010001011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989075; }

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

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

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

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

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

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

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

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