#9A925D

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

Shades of Gurkha #9A925D

Tints of Gurkha #9A925D

Color information

#9A925D (or 0x9A925D) is unknown color: approx Gurkha. HEX triplet: 9A, 92 and 5D. RGB value is (154,146,93). Sum of RGB (Red+Green+Blue) = 154+146+93=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A925D is #656DA2. Grayscale: #8E8E8E. Windows color (decimal): -6647203 or 6132378. OLE color: 6132378.

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

Color convert

RGB15414693-
CMYK00.050.400.40
HSL52.13º24.7%48.43%-
HSV(B)52.13º39.61%60.39%-
XYZ25.5828.2214.45-
YUV142.35100.15136.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.19%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 93 (36.72% from 255) = 23.66%
R=39.19%
G=37.15%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541469300.050.400.4052.1324.748.43
Hex9A925D052828341930
Octal232222135055050643160
Binary10011010100100101011101010110100010100011010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,146,93); }

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

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

 a { background-color: rgb(154,146,93); }

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

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

 span { border-color: rgb(154,146,93); }

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