#9C9568

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

Shades of Gurkha #9C9568

Tints of Gurkha #9C9568

Color information

#9C9568 (or 0x9C9568) is unknown color: approx Gurkha. HEX triplet: 9C, 95 and 68. RGB value is (156,149,104). Sum of RGB (Red+Green+Blue) = 156+149+104=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9568 is #636A97. Grayscale: #929292. Windows color (decimal): -6515352 or 6854044. OLE color: 6854044.

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

Color convert

RGB156149104-
CMYK00.040.330.39
HSL51.92º20.8%50.98%-
HSV(B)51.92º33.33%61.18%-
XYZ26.9629.5617.38-
YUV145.96104.32135.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 149 (58.59% from 255) = 36.43%
BLUE value IS 104 (41.02% from 255) = 25.43%
R=38.14%
G=36.43%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614910400.040.330.3951.9220.850.98
Hex9C9568042127341533
Octal234225150044147642563
Binary10011100100101011101000010010000110011111010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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