#989367

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

Shades of Gurkha #989367

Tints of Gurkha #989367

Color information

#989367 (or 0x989367) is unknown color: approx Gurkha. HEX triplet: 98, 93 and 67. RGB value is (152,147,103). Sum of RGB (Red+Green+Blue) = 152+147+103=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #989367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989367 is #676C98. Grayscale: #8F8F8F. Windows color (decimal): -6778009 or 6787992. OLE color: 6787992.

HSL color Cylindrical-coordinate representation of color #989367: hue angle of 53.88º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989367 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152147103-
CMYK00.030.320.40
HSL53.88º19.22%50%-
HSV(B)53.88º32.24%59.61%-
XYZ25.8328.5216.98-
YUV143.48105.16134.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 103 (40.62% from 255) = 25.62%
R=37.81%
G=36.57%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214710300.030.320.4053.8819.2250
Hex989367032028361332
Octal230223147034050662362
Binary1001100010010011110011101110000010100011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989367; }

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

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

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

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

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

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

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

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