#9C9266

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

Shades of Gurkha #9C9266

Tints of Gurkha #9C9266

Color information

#9C9266 (or 0x9C9266) is unknown color: approx Gurkha. HEX triplet: 9C, 92 and 66. RGB value is (156,146,102). Sum of RGB (Red+Green+Blue) = 156+146+102=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9266 is #636D99. Grayscale: #909090. Windows color (decimal): -6516122 or 6722204. OLE color: 6722204.

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

Color convert

RGB156146102-
CMYK00.060.350.39
HSL48.89º21.43%50.59%-
HSV(B)48.89º34.62%61.18%-
XYZ26.3928.5816.7-
YUV143.97104.31136.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.61%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=38.61%
G=36.14%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614610200.060.350.3948.8921.4350.59
Hex9C9266062327311533
Octal234222146064347612563
Binary10011100100100101100110011010001110011111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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