#998C63

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

Shades of Gurkha #998C63

Tints of Gurkha #998C63

Color information

#998C63 (or 0x998C63) is unknown color: approx Gurkha. HEX triplet: 99, 8C and 63. RGB value is (153,140,99). Sum of RGB (Red+Green+Blue) = 153+140+99=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #998C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C63 is #66739C. Grayscale: #8B8B8B. Windows color (decimal): -6714269 or 6524057. OLE color: 6524057.

HSL color Cylindrical-coordinate representation of color #998C63: hue angle of 45.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998C63 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15314099-
CMYK00.080.350.4
HSL45.56º21.43%49.41%-
HSV(B)45.56º35.29%60%-
XYZ24.7726.4315.6-
YUV139.21105.31137.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 99 (39.06% from 255) = 25.26%
R=39.03%
G=35.71%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531409900.080.350.445.5621.4349.41
Hex998C630823282e1531
Octal2312141430104350562561
Binary100110011000110011000110100010001110100010111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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