#989269

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

Shades of Gurkha #989269

Tints of Gurkha #989269

Color information

#989269 (or 0x989269) is unknown color: approx Gurkha. HEX triplet: 98, 92 and 69. RGB value is (152,146,105). Sum of RGB (Red+Green+Blue) = 152+146+105=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #989269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989269 is #676D96. Grayscale: #8F8F8F. Windows color (decimal): -6778263 or 6918808. OLE color: 6918808.

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

Color convert

RGB152146105-
CMYK00.040.310.40
HSL52.34º18.58%50.39%-
HSV(B)52.34º30.92%59.61%-
XYZ25.7828.2517.46-
YUV143.12106.49134.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=37.72%
G=36.23%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214610500.040.310.4052.3418.5850.39
Hex989269041F28341332
Octal230222151043750642362
Binary1001100010010010110100101001111110100011010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989269; }

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

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

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

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

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

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

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

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