#9C925D

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

Shades of Gurkha #9C925D

Tints of Gurkha #9C925D

Color information

#9C925D (or 0x9C925D) is unknown color: approx Gurkha. HEX triplet: 9C, 92 and 5D. RGB value is (156,146,93). Sum of RGB (Red+Green+Blue) = 156+146+93=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C925D is #636DA2. Grayscale: #8F8F8F. Windows color (decimal): -6516131 or 6132380. OLE color: 6132380.

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

Color convert

RGB15614693-
CMYK00.060.400.39
HSL50.48º25.3%48.82%-
HSV(B)50.48º40.38%61.18%-
XYZ25.9628.4214.47-
YUV142.9599.81137.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.49%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=39.49%
G=36.96%
B=23.54%

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
Decimal1561469300.060.400.3950.4825.348.82
Hex9C925D062827321931
Octal234222135065047623161
Binary10011100100100101011101011010100010011111001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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