#9D9770

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

Shades of Gurkha #9D9770

Tints of Gurkha #9D9770

Color information

#9D9770 (or 0x9D9770) is unknown color: approx Gurkha. HEX triplet: 9D, 97 and 70. RGB value is (157,151,112). Sum of RGB (Red+Green+Blue) = 157+151+112=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9770 is #62688F. Grayscale: #949494. Windows color (decimal): -6449296 or 7378845. OLE color: 7378845.

HSL color Cylindrical-coordinate representation of color #9D9770: hue angle of 52º 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 #9D9770 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB157151112-
CMYK00.040.290.38
HSL52º18.67%52.75%-
HSV(B)52º28.66%61.57%-
XYZ27.930.4719.74-
YUV148.35107.49134.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=37.38%
G=35.95%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715111200.040.290.385218.6752.75
Hex9D9770041D26341335
Octal235227160043546642365
Binary1001110110010111111000001001110110011011010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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