#999577

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

Shades of Gurkha #999577

Tints of Gurkha #999577

Color information

#999577 (or 0x999577) is unknown color: approx Gurkha. HEX triplet: 99, 95 and 77. RGB value is (153,149,119). Sum of RGB (Red+Green+Blue) = 153+149+119=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #999577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999577 is #666A88. Grayscale: #929292. Windows color (decimal): -6711945 or 7837081. OLE color: 7837081.

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

Color convert

RGB153149119-
CMYK00.030.220.4
HSL52.94º14.29%53.33%-
HSV(B)52.94º22.22%60%-
XYZ27.2129.621.73-
YUV146.78112.33132.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=36.34%
G=35.39%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314911900.030.220.452.9414.2953.33
Hex99957703162835e35
Octal231225167032650651665
Binary10011001100101011110111011101101010001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999577; }

 p { color: rgb(153,149,119); }

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

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

 a { background-color: rgb(153,149,119); }

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

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

 span { border-color: rgb(153,149,119); }

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