#999578

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

Shades of Gurkha #999578

Tints of Gurkha #999578

Color information

#999578 (or 0x999578) is unknown color: approx Gurkha. HEX triplet: 99, 95 and 78. RGB value is (153,149,120). Sum of RGB (Red+Green+Blue) = 153+149+120=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #999578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999578 is #666A87. Grayscale: #939393. Windows color (decimal): -6711944 or 7902617. OLE color: 7902617.

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

Color convert

RGB153149120-
CMYK00.030.220.4
HSL52.73º13.92%53.53%-
HSV(B)52.73º21.57%60%-
XYZ27.2729.6222.05-
YUV146.89112.83132.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=36.26%
G=35.31%
B=28.44%

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
Decimal15314912000.030.220.452.7313.9253.53
Hex99957803162835e36
Octal231225170032650651666
Binary10011001100101011111000011101101010001101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999578; }

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

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

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

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

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

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

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

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