#989275

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

Shades of Gurkha #989275

Tints of Gurkha #989275

Color information

#989275 (or 0x989275) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 75. RGB value is (152,146,117). Sum of RGB (Red+Green+Blue) = 152+146+117=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #989275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989275 is #676D8A. Grayscale: #909090. Windows color (decimal): -6778251 or 7705240. OLE color: 7705240.

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

Color convert

RGB152146117-
CMYK00.040.230.40
HSL49.71º14.52%52.75%-
HSV(B)49.71º23.03%59.61%-
XYZ26.4428.5220.94-
YUV144.49112.49133.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=36.63%
G=35.18%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214611700.040.230.4049.7114.5252.75
Hex98927504172832f35
Octal230222165042750621765
Binary100110001001001011101010100101111010001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989275; }

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

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

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

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

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

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

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

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