#9D9769

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

Shades of Gurkha #9D9769

Tints of Gurkha #9D9769

Color information

#9D9769 (or 0x9D9769) is unknown color: approx Gurkha. HEX triplet: 9D, 97 and 69. RGB value is (157,151,105). Sum of RGB (Red+Green+Blue) = 157+151+105=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9769 is #626896. Grayscale: #939393. Windows color (decimal): -6449303 or 6920093. OLE color: 6920093.

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

Color convert

RGB157151105-
CMYK00.040.330.38
HSL53.08º20.97%51.37%-
HSV(B)53.08º33.12%61.57%-
XYZ27.5230.3217.77-
YUV147.55103.99134.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.01%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 105 (41.41% from 255) = 25.42%
R=38.01%
G=36.56%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715110500.040.330.3853.0820.9751.37
Hex9D9769042126351533
Octal235227151044146652563
Binary10011101100101111101001010010000110011011010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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