#9D9258

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

Shades of Gurkha #9D9258

Tints of Gurkha #9D9258

Color information

#9D9258 (or 0x9D9258) is unknown color: approx Gurkha. HEX triplet: 9D, 92 and 58. RGB value is (157,146,88). Sum of RGB (Red+Green+Blue) = 157+146+88=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9258 is #626DA7. Grayscale: #8E8E8E. Windows color (decimal): -6450600 or 5804701. OLE color: 5804701.

HSL color Cylindrical-coordinate representation of color #9D9258: hue angle of 50.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D9258 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB15714688-
CMYK00.070.440.38
HSL50.43º28.16%48.04%-
HSV(B)50.43º43.95%61.57%-
XYZ25.9428.4313.35-
YUV142.6897.14138.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=40.15%
G=37.34%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571468800.070.440.3850.4328.1648.04
Hex9D9258072C26321c30
Octal235222130075446623460
Binary10011101100100101011000011110110010011011001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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