#989068

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

Shades of Gurkha #989068

Tints of Gurkha #989068

Color information

#989068 (or 0x989068) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 68. RGB value is (152,144,104). Sum of RGB (Red+Green+Blue) = 152+144+104=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #989068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989068 is #676F97. Grayscale: #8E8E8E. Windows color (decimal): -6778776 or 6852760. OLE color: 6852760.

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

Color convert

RGB152144104-
CMYK00.050.320.40
HSL50º18.9%50.2%-
HSV(B)50º31.58%59.61%-
XYZ25.4227.6217.09-
YUV141.83106.65135.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 104 (41.02% from 255) = 26%
R=38%
G=36%
B=26%

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
Decimal15214410400.050.320.405018.950.2
Hex989068052028321332
Octal230220150054050622362
Binary10011000100100001101000010110000010100011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989068; }

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

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

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

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

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

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

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

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