#988F68

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

Shades of Gurkha #988F68

Tints of Gurkha #988F68

Color information

#988F68 (or 0x988F68) is unknown color: approx Gurkha. HEX triplet: 98, 8F and 68. RGB value is (152,143,104). Sum of RGB (Red+Green+Blue) = 152+143+104=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #988F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F68 is #677097. Grayscale: #8D8D8D. Windows color (decimal): -6779032 or 6852504. OLE color: 6852504.

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

Color convert

RGB152143104-
CMYK00.060.320.40
HSL48.75º18.9%50.2%-
HSV(B)48.75º31.58%59.61%-
XYZ25.2727.3217.04-
YUV141.24106.98135.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 143 (56.25% from 255) = 35.84%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=38.10%
G=35.84%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214310400.060.320.4048.7518.950.2
Hex988F68062028311332
Octal230217150064050612362
Binary10011000100011111101000011010000010100011000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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