#98926F

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

Shades of Gurkha #98926F

Tints of Gurkha #98926F

Color information

#98926F (or 0x98926F) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 6F. RGB value is (152,146,111). Sum of RGB (Red+Green+Blue) = 152+146+111=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98926F is #676D90. Grayscale: #8F8F8F. Windows color (decimal): -6778257 or 7312024. OLE color: 7312024.

HSL color Cylindrical-coordinate representation of color #98926F: hue angle of 51.22º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98926F is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB152146111-
CMYK00.040.270.40
HSL51.22º16.6%51.57%-
HSV(B)51.22º26.97%59.61%-
XYZ26.128.3819.14-
YUV143.8109.49133.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=37.16%
G=35.70%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214611100.040.270.4051.2216.651.57
Hex98926F041B28331134
Octal230222157043350632164
Binary1001100010010010110111101001101110100011001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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