#998F5F

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

Shades of Gurkha #998F5F

Tints of Gurkha #998F5F

Color information

#998F5F (or 0x998F5F) is unknown color: approx Gurkha. HEX triplet: 99, 8F and 5F. RGB value is (153,143,95). Sum of RGB (Red+Green+Blue) = 153+143+95=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #998F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F5F is #6670A0. Grayscale: #8C8C8C. Windows color (decimal): -6713505 or 6262681. OLE color: 6262681.

HSL color Cylindrical-coordinate representation of color #998F5F: hue angle of 49.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998F5F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15314395-
CMYK00.070.380.4
HSL49.66º23.39%48.63%-
HSV(B)49.66º37.91%60%-
XYZ25.0227.2414.77-
YUV140.52102.31136.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 143 (56.25% from 255) = 36.57%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=39.13%
G=36.57%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531439500.070.380.449.6623.3948.63
Hex998F5F072628321731
Octal231217137074650622761
Binary10011001100011111011111011110011010100011001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998F5F; }

 p { color: rgb(153,143,95); }

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

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

 a { background-color: rgb(153,143,95); }

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

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

 span { border-color: rgb(153,143,95); }

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