#989067

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

Shades of Gurkha #989067

Tints of Gurkha #989067

Color information

#989067 (or 0x989067) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 67. RGB value is (152,144,103). Sum of RGB (Red+Green+Blue) = 152+144+103=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #989067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989067 is #676F98. Grayscale: #8D8D8D. Windows color (decimal): -6778777 or 6787224. OLE color: 6787224.

HSL color Cylindrical-coordinate representation of color #989067: hue angle of 50.2º 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 #989067 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB152144103-
CMYK00.050.320.40
HSL50.2º19.22%50%-
HSV(B)50.2º32.24%59.61%-
XYZ25.3727.616.82-
YUV141.72106.15135.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=38.10%
G=36.09%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214410300.050.320.4050.219.2250
Hex989067052028321332
Octal230220147054050622362
Binary10011000100100001100111010110000010100011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989067; }

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

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

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

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

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

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

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

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