#98915A

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

Shades of Gurkha #98915A

Tints of Gurkha #98915A

Color information

#98915A (or 0x98915A) is unknown color: approx Gurkha. HEX triplet: 98, 91 and 5A. RGB value is (152,145,90). Sum of RGB (Red+Green+Blue) = 152+145+90=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #98915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98915A is #676EA5. Grayscale: #8D8D8D. Windows color (decimal): -6778534 or 5935512. OLE color: 5935512.

HSL color Cylindrical-coordinate representation of color #98915A: hue angle of 53.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98915A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15214590-
CMYK00.050.410.40
HSL53.23º25.62%47.45%-
HSV(B)53.23º40.79%59.61%-
XYZ24.9227.6613.7-
YUV140.8299.32135.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 90 (35.55% from 255) = 23.26%
R=39.28%
G=37.47%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521459000.050.410.4053.2325.6247.45
Hex98915A052928351a2f
Octal230221132055150653257
Binary10011000100100011011010010110100110100011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98915A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98915A; }

 p { color: rgb(152,145,90); }

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

<style>
 a { background-color: #98915A; }

 a { background-color: rgb(152,145,90); }

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

<style>
 span { border-color: #98915A; }

 span { border-color: rgb(152,145,90); }

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