#989065

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

Shades of Gurkha #989065

Tints of Gurkha #989065

Color information

#989065 (or 0x989065) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 65. RGB value is (152,144,101). Sum of RGB (Red+Green+Blue) = 152+144+101=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #989065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989065 is #676F9A. Grayscale: #8D8D8D. Windows color (decimal): -6778779 or 6656152. OLE color: 6656152.

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

Color convert

RGB152144101-
CMYK00.050.340.40
HSL50.59º20.16%49.61%-
HSV(B)50.59º33.55%59.61%-
XYZ25.2727.5616.3-
YUV141.49105.15135.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=38.29%
G=36.27%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214410100.050.340.4050.5920.1649.61
Hex989065052228331432
Octal230220145054250632462
Binary10011000100100001100101010110001010100011001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989065; }

 p { color: rgb(152,144,101); }

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

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

 a { background-color: rgb(152,144,101); }

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

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

 span { border-color: rgb(152,144,101); }

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