#98927C

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

Shades of Gurkha #98927C

Tints of Gurkha #98927C

Color information

#98927C (or 0x98927C) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 7C. RGB value is (152,146,124). Sum of RGB (Red+Green+Blue) = 152+146+124=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #98927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98927C is #676D83. Grayscale: #919191. Windows color (decimal): -6778244 or 8163992. OLE color: 8163992.

HSL color Cylindrical-coordinate representation of color #98927C: hue angle of 47.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98927C is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152146124-
CMYK00.040.180.40
HSL47.14º11.97%54.12%-
HSV(B)47.14º18.42%59.61%-
XYZ26.8728.6923.19-
YUV145.29115.99132.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 124 (48.83% from 255) = 29.38%
R=36.02%
G=34.60%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214612400.040.180.4047.1411.9754.12
Hex98927C0412282fc36
Octal230222174042250571466
Binary100110001001001011111000100100101010001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98927C; }

 p { color: rgb(152,146,124); }

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

<style>
 a { background-color: #98927C; }

 a { background-color: rgb(152,146,124); }

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

<style>
 span { border-color: #98927C; }

 span { border-color: rgb(152,146,124); }

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