#989263

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

Shades of Gurkha #989263

Tints of Gurkha #989263

Color information

#989263 (or 0x989263) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 63. RGB value is (152,146,99). Sum of RGB (Red+Green+Blue) = 152+146+99=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #989263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989263 is #676D9C. Grayscale: #8E8E8E. Windows color (decimal): -6778269 or 6525592. OLE color: 6525592.

HSL color Cylindrical-coordinate representation of color #989263: hue angle of 53.21º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #989263 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB15214699-
CMYK00.040.350.40
HSL53.21º21.12%49.22%-
HSV(B)53.21º34.87%59.61%-
XYZ25.4828.1315.89-
YUV142.44103.49134.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=38.29%
G=36.78%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521469900.040.350.4053.2121.1249.22
Hex989263042328351531
Octal230222143044350652561
Binary10011000100100101100011010010001110100011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989263; }

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

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

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

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

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

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

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

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