#989369

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

Shades of Gurkha #989369

Tints of Gurkha #989369

Color information

#989369 (or 0x989369) is unknown color: approx Gurkha. HEX triplet: 98, 93 and 69. RGB value is (152,147,105). Sum of RGB (Red+Green+Blue) = 152+147+105=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #989369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989369 is #676C96. Grayscale: #8F8F8F. Windows color (decimal): -6778007 or 6919064. OLE color: 6919064.

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

Color convert

RGB152147105-
CMYK00.030.310.40
HSL53.62º18.58%50.39%-
HSV(B)53.62º30.92%59.61%-
XYZ25.9328.5617.51-
YUV143.71106.16133.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=37.62%
G=36.39%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214710500.030.310.4053.6218.5850.39
Hex989369031F28361332
Octal230223151033750662362
Binary100110001001001111010010111111110100011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989369; }

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

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

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

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

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

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

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

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