#988F6B

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

Shades of Gurkha #988F6B

Tints of Gurkha #988F6B

Color information

#988F6B (or 0x988F6B) is unknown color: approx Gurkha. HEX triplet: 98, 8F and 6B. RGB value is (152,143,107). Sum of RGB (Red+Green+Blue) = 152+143+107=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F6B is #677094. Grayscale: #8D8D8D. Windows color (decimal): -6779029 or 7049112. OLE color: 7049112.

HSL color Cylindrical-coordinate representation of color #988F6B: hue angle of 48º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988F6B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB152143107-
CMYK00.060.300.40
HSL48º17.93%50.78%-
HSV(B)48º29.61%59.61%-
XYZ25.4327.3817.86-
YUV141.59108.48135.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 107 (42.19% from 255) = 26.62%
R=37.81%
G=35.57%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214310700.060.300.404817.9350.78
Hex988F6B061E28301233
Octal230217153063650602263
Binary1001100010001111110101101101111010100011000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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