#98905D

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

Shades of Gurkha #98905D

Tints of Gurkha #98905D

Color information

#98905D (or 0x98905D) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 5D. RGB value is (152,144,93). Sum of RGB (Red+Green+Blue) = 152+144+93=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98905D is #676FA2. Grayscale: #8C8C8C. Windows color (decimal): -6778787 or 6131864. OLE color: 6131864.

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

Color convert

RGB15214493-
CMYK00.050.390.40
HSL51.86º24.08%48.04%-
HSV(B)51.86º38.82%59.61%-
XYZ24.927.4114.33-
YUV140.58101.15136.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 93 (36.72% from 255) = 23.91%
R=39.07%
G=37.02%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521449300.050.390.4051.8624.0848.04
Hex98905D052728341830
Octal230220135054750643060
Binary10011000100100001011101010110011110100011010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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