#9A906B

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

Shades of Gurkha #9A906B

Tints of Gurkha #9A906B

Color information

#9A906B (or 0x9A906B) is unknown color: approx Gurkha. HEX triplet: 9A, 90 and 6B. RGB value is (154,144,107). Sum of RGB (Red+Green+Blue) = 154+144+107=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A906B is #656F94. Grayscale: #8E8E8E. Windows color (decimal): -6647701 or 7049370. OLE color: 7049370.

HSL color Cylindrical-coordinate representation of color #9A906B: hue angle of 47.23º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A906B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB154144107-
CMYK00.060.310.40
HSL47.23º18.88%51.18%-
HSV(B)47.23º30.52%60.39%-
XYZ25.9527.8817.92-
YUV142.77107.81136.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.02%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=38.02%
G=35.56%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414410700.060.310.4047.2318.8851.18
Hex9A906B061F282f1333
Octal232220153063750572363
Binary1001101010010000110101101101111110100010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,144,107); }

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

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

 a { background-color: rgb(154,144,107); }

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

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

 span { border-color: rgb(154,144,107); }

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