#9D9069

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

Shades of Gurkha #9D9069

Tints of Gurkha #9D9069

Color information

#9D9069 (or 0x9D9069) is unknown color: approx Gurkha. HEX triplet: 9D, 90 and 69. RGB value is (157,144,105). Sum of RGB (Red+Green+Blue) = 157+144+105=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9069 is #626F96. Grayscale: #8F8F8F. Windows color (decimal): -6451095 or 6918301. OLE color: 6918301.

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

Color convert

RGB157144105-
CMYK00.080.330.38
HSL45º20.97%51.37%-
HSV(B)45º33.12%61.57%-
XYZ26.4328.1317.4-
YUV143.44106.31137.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=38.67%
G=35.47%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714410500.080.330.384520.9751.37
Hex9D90690821262d1533
Octal2352201510104146552563
Binary100111011001000011010010100010000110011010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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