#9D925E

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

Shades of Gurkha #9D925E

Tints of Gurkha #9D925E

Color information

#9D925E (or 0x9D925E) is unknown color: approx Gurkha. HEX triplet: 9D, 92 and 5E. RGB value is (157,146,94). Sum of RGB (Red+Green+Blue) = 157+146+94=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D925E is #626DA1. Grayscale: #8F8F8F. Windows color (decimal): -6450594 or 6197917. OLE color: 6197917.

HSL color Cylindrical-coordinate representation of color #9D925E: hue angle of 49.52º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D925E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15714694-
CMYK00.070.400.38
HSL49.52º25.1%49.22%-
HSV(B)49.52º40.13%61.57%-
XYZ26.228.5314.72-
YUV143.36100.14137.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=39.55%
G=36.78%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571469400.070.400.3849.5225.149.22
Hex9D925E072826321931
Octal235222136075046623161
Binary10011101100100101011110011110100010011011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,146,94); }

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

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

 a { background-color: rgb(157,146,94); }

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

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

 span { border-color: rgb(157,146,94); }

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