#998E6C

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

Shades of Gurkha #998E6C

Tints of Gurkha #998E6C

Color information

#998E6C (or 0x998E6C) is unknown color: approx Gurkha. HEX triplet: 99, 8E and 6C. RGB value is (153,142,108). Sum of RGB (Red+Green+Blue) = 153+142+108=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E6C is #667193. Grayscale: #8D8D8D. Windows color (decimal): -6713748 or 7114393. OLE color: 7114393.

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

Color convert

RGB153142108-
CMYK00.070.290.4
HSL45.33º18.07%51.18%-
HSV(B)45.33º29.41%60%-
XYZ25.5227.218.09-
YUV141.41109.14136.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 108 (42.58% from 255) = 26.80%
R=37.97%
G=35.24%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314210800.070.290.445.3318.0751.18
Hex998E6C071D282d1233
Octal231216154073550552263
Binary1001100110001110110110001111110110100010110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,142,108); }

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

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

 a { background-color: rgb(153,142,108); }

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

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

 span { border-color: rgb(153,142,108); }

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