#98926E

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

Shades of Gurkha #98926E

Tints of Gurkha #98926E

Color information

#98926E (or 0x98926E) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 6E. RGB value is (152,146,110). Sum of RGB (Red+Green+Blue) = 152+146+110=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98926E is #676D91. Grayscale: #8F8F8F. Windows color (decimal): -6778258 or 7246488. OLE color: 7246488.

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

Color convert

RGB152146110-
CMYK00.040.280.40
HSL51.43º16.94%51.37%-
HSV(B)51.43º27.63%59.61%-
XYZ26.0428.3618.85-
YUV143.69108.99133.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=37.25%
G=35.78%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214611000.040.280.4051.4316.9451.37
Hex98926E041C28331133
Octal230222156043450632163
Binary1001100010010010110111001001110010100011001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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