#98926C

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

Shades of Gurkha #98926C

Tints of Gurkha #98926C

Color information

#98926C (or 0x98926C) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 6C. RGB value is (152,146,108). Sum of RGB (Red+Green+Blue) = 152+146+108=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98926C is #676D93. Grayscale: #8F8F8F. Windows color (decimal): -6778260 or 7115416. OLE color: 7115416.

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

Color convert

RGB152146108-
CMYK00.040.290.40
HSL51.82º17.6%50.98%-
HSV(B)51.82º28.95%59.61%-
XYZ25.9328.3218.29-
YUV143.46107.99134.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=37.44%
G=35.96%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214610800.040.290.4051.8217.650.98
Hex98926C041D28341233
Octal230222154043550642263
Binary1001100010010010110110001001110110100011010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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