#999261

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

Shades of Gurkha #999261

Tints of Gurkha #999261

Color information

#999261 (or 0x999261) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 61. RGB value is (153,146,97). Sum of RGB (Red+Green+Blue) = 153+146+97=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #999261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999261 is #666D9E. Grayscale: #8E8E8E. Windows color (decimal): -6712735 or 6394521. OLE color: 6394521.

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

Color convert

RGB15314697-
CMYK00.050.370.4
HSL52.5º22.4%49.02%-
HSV(B)52.5º36.6%60%-
XYZ25.5728.1915.4-
YUV142.51102.32135.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=38.64%
G=36.87%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531469700.050.370.452.522.449.02
Hex999261052528341631
Octal231222141054550642661
Binary10011001100100101100001010110010110100011010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999261; }

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

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

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

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

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

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

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

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