#98936C

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

Shades of Gurkha #98936C

Tints of Gurkha #98936C

Color information

#98936C (or 0x98936C) is unknown color: approx Gurkha. HEX triplet: 98, 93 and 6C. RGB value is (152,147,108). Sum of RGB (Red+Green+Blue) = 152+147+108=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98936C is #676C93. Grayscale: #909090. Windows color (decimal): -6778004 or 7115672. OLE color: 7115672.

HSL color Cylindrical-coordinate representation of color #98936C: hue angle of 53.18º 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 #98936C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB152147108-
CMYK00.030.290.40
HSL53.18º17.6%50.98%-
HSV(B)53.18º28.95%59.61%-
XYZ26.0928.6318.34-
YUV144.05107.66133.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=37.35%
G=36.12%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214710800.030.290.4053.1817.650.98
Hex98936C031D28351233
Octal230223154033550652263
Binary100110001001001111011000111110110100011010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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