#998D68

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

Shades of Gurkha #998D68

Tints of Gurkha #998D68

Color information

#998D68 (or 0x998D68) is unknown color: approx Gurkha. HEX triplet: 99, 8D and 68. RGB value is (153,141,104). Sum of RGB (Red+Green+Blue) = 153+141+104=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D68 is #667297. Grayscale: #8C8C8C. Windows color (decimal): -6714008 or 6851993. OLE color: 6851993.

HSL color Cylindrical-coordinate representation of color #998D68: hue angle of 45.31º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998D68 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB153141104-
CMYK00.080.320.4
HSL45.31º19.37%50.39%-
HSV(B)45.31º32.03%60%-
XYZ25.1626.8216.95-
YUV140.37107.48137.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=38.44%
G=35.43%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314110400.080.320.445.3119.3750.39
Hex998D680820282d1332
Octal2312151500104050552362
Binary100110011000110111010000100010000010100010110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,141,104); }

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

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

 a { background-color: rgb(153,141,104); }

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

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

 span { border-color: rgb(153,141,104); }

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