#998F69

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

Shades of Gurkha #998F69

Tints of Gurkha #998F69

Color information

#998F69 (or 0x998F69) is unknown color: approx Gurkha. HEX triplet: 99, 8F and 69. RGB value is (153,143,105). Sum of RGB (Red+Green+Blue) = 153+143+105=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F69 is #667096. Grayscale: #8D8D8D. Windows color (decimal): -6713495 or 6918041. OLE color: 6918041.

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

Color convert

RGB153143105-
CMYK00.070.310.4
HSL47.5º19.05%50.59%-
HSV(B)47.5º31.37%60%-
XYZ25.5127.4417.32-
YUV141.66107.31136.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.15%
GREEN value IS 143 (56.25% from 255) = 35.66%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=38.15%
G=35.66%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314310500.070.310.447.519.0550.59
Hex998F69071F28301333
Octal231217151073750602363
Binary1001100110001111110100101111111110100011000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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