#98926B

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

Shades of Gurkha #98926B

Tints of Gurkha #98926B

Color information

#98926B (or 0x98926B) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 6B. RGB value is (152,146,107). Sum of RGB (Red+Green+Blue) = 152+146+107=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98926B is #676D94. Grayscale: #8F8F8F. Windows color (decimal): -6778261 or 7049880. OLE color: 7049880.

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

Color convert

RGB152146107-
CMYK00.040.300.40
HSL52º17.93%50.78%-
HSV(B)52º29.61%59.61%-
XYZ25.8828.2918.01-
YUV143.35107.49134.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=37.53%
G=36.05%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214610700.040.300.405217.9350.78
Hex98926B041E28341233
Octal230222153043650642263
Binary1001100010010010110101101001111010100011010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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