#9A925A

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

Shades of Gurkha #9A925A

Tints of Gurkha #9A925A

Color information

#9A925A (or 0x9A925A) is unknown color: approx Gurkha. HEX triplet: 9A, 92 and 5A. RGB value is (154,146,90). Sum of RGB (Red+Green+Blue) = 154+146+90=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A925A is #656DA5. Grayscale: #8E8E8E. Windows color (decimal): -6647206 or 5935770. OLE color: 5935770.

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

Color convert

RGB15414690-
CMYK00.050.420.40
HSL52.5º26.23%47.84%-
HSV(B)52.5º41.56%60.39%-
XYZ25.4528.1713.77-
YUV142.0198.65136.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.49%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 90 (35.55% from 255) = 23.08%
R=39.49%
G=37.44%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541469000.050.420.4052.526.2347.84
Hex9A925A052A28341a30
Octal232222132055250643260
Binary10011010100100101011010010110101010100011010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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