#9D8F68

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

Shades of Gurkha #9D8F68

Tints of Gurkha #9D8F68

Color information

#9D8F68 (or 0x9D8F68) is unknown color: approx Gurkha. HEX triplet: 9D, 8F and 68. RGB value is (157,143,104). Sum of RGB (Red+Green+Blue) = 157+143+104=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F68 is #627097. Grayscale: #8E8E8E. Windows color (decimal): -6451352 or 6852509. OLE color: 6852509.

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

Color convert

RGB157143104-
CMYK00.090.340.38
HSL44.15º21.29%51.18%-
HSV(B)44.15º33.76%61.57%-
XYZ26.2327.8117.08-
YUV142.74106.14138.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.86%
GREEN value IS 143 (56.25% from 255) = 35.40%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=38.86%
G=35.40%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714310400.090.340.3844.1521.2951.18
Hex9D8F680922262c1533
Octal2352171500114246542563
Binary100111011000111111010000100110001010011010110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,143,104); }

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

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

 a { background-color: rgb(157,143,104); }

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

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

 span { border-color: rgb(157,143,104); }

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