#998F68

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

Shades of Gurkha #998F68

Tints of Gurkha #998F68

Color information

#998F68 (or 0x998F68) is unknown color: approx Gurkha. HEX triplet: 99, 8F and 68. RGB value is (153,143,104). Sum of RGB (Red+Green+Blue) = 153+143+104=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F68 is #667097. Grayscale: #8D8D8D. Windows color (decimal): -6713496 or 6852505. OLE color: 6852505.

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

Color convert

RGB153143104-
CMYK00.070.320.4
HSL47.76º19.37%50.39%-
HSV(B)47.76º32.03%60%-
XYZ25.4627.4217.05-
YUV141.54106.81136.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.25%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 104 (41.02% from 255) = 26%
R=38.25%
G=35.75%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314310400.070.320.447.7619.3750.39
Hex998F68072028301332
Octal231217150074050602362
Binary10011001100011111101000011110000010100011000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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