#9A9574

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

Shades of Gurkha #9A9574

Tints of Gurkha #9A9574

Color information

#9A9574 (or 0x9A9574) is unknown color: approx Gurkha. HEX triplet: 9A, 95 and 74. RGB value is (154,149,116). Sum of RGB (Red+Green+Blue) = 154+149+116=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9574 is #656A8B. Grayscale: #929292. Windows color (decimal): -6646412 or 7640474. OLE color: 7640474.

HSL color Cylindrical-coordinate representation of color #9A9574: hue angle of 52.11º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A9574 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB154149116-
CMYK00.030.250.40
HSL52.11º15.83%52.94%-
HSV(B)52.11º24.68%60.39%-
XYZ27.2329.6320.81-
YUV146.73110.66133.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.75%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=36.75%
G=35.56%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414911600.030.250.4052.1115.8352.94
Hex9A9574031928341035
Octal232225164033150642065
Binary100110101001010111101000111100110100011010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A9574; }

 p { color: rgb(154,149,116); }

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

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

 a { background-color: rgb(154,149,116); }

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

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

 span { border-color: rgb(154,149,116); }

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