#998F61

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

Shades of Gurkha #998F61

Tints of Gurkha #998F61

Color information

#998F61 (or 0x998F61) is unknown color: approx Gurkha. HEX triplet: 99, 8F and 61. RGB value is (153,143,97). Sum of RGB (Red+Green+Blue) = 153+143+97=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #998F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F61 is #66709E. Grayscale: #8C8C8C. Windows color (decimal): -6713503 or 6393753. OLE color: 6393753.

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

Color convert

RGB15314397-
CMYK00.070.370.4
HSL49.29º22.4%49.02%-
HSV(B)49.29º36.6%60%-
XYZ25.1227.2815.25-
YUV140.75103.31136.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=38.93%
G=36.39%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531439700.070.370.449.2922.449.02
Hex998F61072528311631
Octal231217141074550612661
Binary10011001100011111100001011110010110100011000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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