#9C9268

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

Shades of Gurkha #9C9268

Tints of Gurkha #9C9268

Color information

#9C9268 (or 0x9C9268) is unknown color: approx Gurkha. HEX triplet: 9C, 92 and 68. RGB value is (156,146,104). Sum of RGB (Red+Green+Blue) = 156+146+104=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9268 is #636D97. Grayscale: #909090. Windows color (decimal): -6516120 or 6853276. OLE color: 6853276.

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

Color convert

RGB156146104-
CMYK00.060.330.39
HSL48.46º20.8%50.98%-
HSV(B)48.46º33.33%61.18%-
XYZ26.4928.6317.23-
YUV144.2105.31136.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=38.42%
G=35.96%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614610400.060.330.3948.4620.850.98
Hex9C9268062127301533
Octal234222150064147602563
Binary10011100100100101101000011010000110011111000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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