#999276

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

Shades of Gurkha #999276

Tints of Gurkha #999276

Color information

#999276 (or 0x999276) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 76. RGB value is (153,146,118). Sum of RGB (Red+Green+Blue) = 153+146+118=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #999276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999276 is #666D89. Grayscale: #919191. Windows color (decimal): -6712714 or 7770777. OLE color: 7770777.

HSL color Cylindrical-coordinate representation of color #999276: hue angle of 48º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999276 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153146118-
CMYK00.050.230.4
HSL48º14.64%53.14%-
HSV(B)48º22.88%60%-
XYZ26.6928.6421.26-
YUV144.9112.82133.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=36.69%
G=35.01%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314611800.050.230.44814.6453.14
Hex99927605172830f35
Octal231222166052750601765
Binary100110011001001011101100101101111010001100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999276; }

 p { color: rgb(153,146,118); }

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

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

 a { background-color: rgb(153,146,118); }

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

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

 span { border-color: rgb(153,146,118); }

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