#98905F

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

Shades of Gurkha #98905F

Tints of Gurkha #98905F

Color information

#98905F (or 0x98905F) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 5F. RGB value is (152,144,95). Sum of RGB (Red+Green+Blue) = 152+144+95=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98905F is #676FA0. Grayscale: #8D8D8D. Windows color (decimal): -6778785 or 6262936. OLE color: 6262936.

HSL color Cylindrical-coordinate representation of color #98905F: hue angle of 51.58º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98905F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15214495-
CMYK00.050.380.40
HSL51.58º23.08%48.43%-
HSV(B)51.58º37.5%59.61%-
XYZ24.9927.4514.81-
YUV140.81102.15135.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=38.87%
G=36.83%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521449500.050.380.4051.5823.0848.43
Hex98905F052628341730
Octal230220137054650642760
Binary10011000100100001011111010110011010100011010010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98905F; }

 p { color: rgb(152,144,95); }

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

<style>
 a { background-color: #98905F; }

 a { background-color: rgb(152,144,95); }

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

<style>
 span { border-color: #98905F; }

 span { border-color: rgb(152,144,95); }

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