#989069

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

Shades of Gurkha #989069

Tints of Gurkha #989069

Color information

#989069 (or 0x989069) is unknown color: approx Gurkha. HEX triplet: 98, 90 and 69. RGB value is (152,144,105). Sum of RGB (Red+Green+Blue) = 152+144+105=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #989069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989069 is #676F96. Grayscale: #8E8E8E. Windows color (decimal): -6778775 or 6918296. OLE color: 6918296.

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

Color convert

RGB152144105-
CMYK00.050.310.40
HSL49.79º18.58%50.39%-
HSV(B)49.79º30.92%59.61%-
XYZ25.4727.6417.36-
YUV141.95107.15135.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=37.91%
G=35.91%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214410500.050.310.4049.7918.5850.39
Hex989069051F28321332
Octal230220151053750622362
Binary1001100010010000110100101011111110100011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989069; }

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

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

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

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

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

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

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

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