#989267

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

Shades of Gurkha #989267

Tints of Gurkha #989267

Color information

#989267 (or 0x989267) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 67. RGB value is (152,146,103). Sum of RGB (Red+Green+Blue) = 152+146+103=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #989267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989267 is #676D98. Grayscale: #8F8F8F. Windows color (decimal): -6778265 or 6787736. OLE color: 6787736.

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

Color convert

RGB152146103-
CMYK00.040.320.40
HSL52.65º19.22%50%-
HSV(B)52.65º32.24%59.61%-
XYZ25.6828.2116.92-
YUV142.89105.49134.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=37.91%
G=36.41%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214610300.040.320.4052.6519.2250
Hex989267042028351332
Octal230222147044050652362
Binary10011000100100101100111010010000010100011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989267; }

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

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

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

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

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

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

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

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