#9D9268

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

Shades of Gurkha #9D9268

Tints of Gurkha #9D9268

Color information

#9D9268 (or 0x9D9268) is unknown color: approx Gurkha. HEX triplet: 9D, 92 and 68. RGB value is (157,146,104). Sum of RGB (Red+Green+Blue) = 157+146+104=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9268 is #626D97. Grayscale: #909090. Windows color (decimal): -6450584 or 6853277. OLE color: 6853277.

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

Color convert

RGB157146104-
CMYK00.070.340.38
HSL47.55º21.29%51.18%-
HSV(B)47.55º33.76%61.57%-
XYZ26.6828.7317.23-
YUV144.5105.14136.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=38.57%
G=35.87%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714610400.070.340.3847.5521.2951.18
Hex9D9268072226301533
Octal235222150074246602563
Binary10011101100100101101000011110001010011011000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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