#9C935A

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

Shades of Gurkha #9C935A

Tints of Gurkha #9C935A

Color information

#9C935A (or 0x9C935A) is unknown color: approx Gurkha. HEX triplet: 9C, 93 and 5A. RGB value is (156,147,90). Sum of RGB (Red+Green+Blue) = 156+147+90=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C935A is #636CA5. Grayscale: #8F8F8F. Windows color (decimal): -6515878 or 5936028. OLE color: 5936028.

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

Color convert

RGB15614790-
CMYK00.060.420.39
HSL51.82º26.83%48.24%-
HSV(B)51.82º42.31%61.18%-
XYZ25.9928.6713.84-
YUV143.1997.98137.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 90 (35.55% from 255) = 22.90%
R=39.69%
G=37.40%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561479000.060.420.3951.8226.8348.24
Hex9C935A062A27341b30
Octal234223132065247643360
Binary10011100100100111011010011010101010011111010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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