#9C935E

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

Shades of Gurkha #9C935E

Tints of Gurkha #9C935E

Color information

#9C935E (or 0x9C935E) is unknown color: approx Gurkha. HEX triplet: 9C, 93 and 5E. RGB value is (156,147,94). Sum of RGB (Red+Green+Blue) = 156+147+94=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C935E is #636CA1. Grayscale: #8F8F8F. Windows color (decimal): -6515874 or 6198172. OLE color: 6198172.

HSL color Cylindrical-coordinate representation of color #9C935E: hue angle of 51.29º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C935E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15614794-
CMYK00.060.400.39
HSL51.29º24.8%49.02%-
HSV(B)51.29º39.74%61.18%-
XYZ26.1628.7414.76-
YUV143.6599.98136.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=39.29%
G=37.03%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561479400.060.400.3951.2924.849.02
Hex9C935E062827331931
Octal234223136065047633161
Binary10011100100100111011110011010100010011111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,94); }

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

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

 a { background-color: rgb(156,147,94); }

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

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

 span { border-color: rgb(156,147,94); }

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