#9D9870

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

Shades of Gurkha #9D9870

Tints of Gurkha #9D9870

Color information

#9D9870 (or 0x9D9870) is unknown color: approx Gurkha. HEX triplet: 9D, 98 and 70. RGB value is (157,152,112). Sum of RGB (Red+Green+Blue) = 157+152+112=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9870 is #62678F. Grayscale: #959595. Windows color (decimal): -6449040 or 7379101. OLE color: 7379101.

HSL color Cylindrical-coordinate representation of color #9D9870: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9870 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB157152112-
CMYK00.030.290.38
HSL53.33º18.67%52.75%-
HSV(B)53.33º28.66%61.57%-
XYZ28.0630.7919.79-
YUV148.93107.16133.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=37.29%
G=36.10%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715211200.030.290.3853.3318.6752.75
Hex9D9870031D26351335
Octal235230160033546652365
Binary100111011001100011100000111110110011011010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,152,112); }

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

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

 a { background-color: rgb(157,152,112); }

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

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

 span { border-color: rgb(157,152,112); }

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