#9D966B

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

Shades of Gurkha #9D966B

Tints of Gurkha #9D966B

Color information

#9D966B (or 0x9D966B) is unknown color: approx Gurkha. HEX triplet: 9D, 96 and 6B. RGB value is (157,150,107). Sum of RGB (Red+Green+Blue) = 157+150+107=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D966B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D966B is #626994. Grayscale: #939393. Windows color (decimal): -6449557 or 7050909. OLE color: 7050909.

HSL color Cylindrical-coordinate representation of color #9D966B: hue angle of 51.6º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D966B is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB157150107-
CMYK00.040.320.38
HSL51.6º20.33%51.76%-
HSV(B)51.6º31.85%61.57%-
XYZ27.4630.0418.26-
YUV147.19105.32135-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 107 (42.19% from 255) = 25.85%
R=37.92%
G=36.23%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715010700.040.320.3851.620.3351.76
Hex9D966B042026341434
Octal235226153044046642464
Binary10011101100101101101011010010000010011011010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,150,107); }

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

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

 a { background-color: rgb(157,150,107); }

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

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

 span { border-color: rgb(157,150,107); }

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