#998C68

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

Shades of Gurkha #998C68

Tints of Gurkha #998C68

Color information

#998C68 (or 0x998C68) is unknown color: approx Gurkha. HEX triplet: 99, 8C and 68. RGB value is (153,140,104). Sum of RGB (Red+Green+Blue) = 153+140+104=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #998C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C68 is #667397. Grayscale: #8B8B8B. Windows color (decimal): -6714264 or 6851737. OLE color: 6851737.

HSL color Cylindrical-coordinate representation of color #998C68: hue angle of 44.08º 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 #998C68 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB153140104-
CMYK00.080.320.4
HSL44.08º19.37%50.39%-
HSV(B)44.08º32.03%60%-
XYZ25.0126.5316.9-
YUV139.78107.81137.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=38.54%
G=35.26%
B=26.20%

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
Decimal15314010400.080.320.444.0819.3750.39
Hex998C680820282c1332
Octal2312141500104050542362
Binary100110011000110011010000100010000010100010110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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