#9C925F

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

Shades of Gurkha #9C925F

Tints of Gurkha #9C925F

Color information

#9C925F (or 0x9C925F) is unknown color: approx Gurkha. HEX triplet: 9C, 92 and 5F. RGB value is (156,146,95). Sum of RGB (Red+Green+Blue) = 156+146+95=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C925F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C925F is #636DA0. Grayscale: #8F8F8F. Windows color (decimal): -6516129 or 6263452. OLE color: 6263452.

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

Color convert

RGB15614695-
CMYK00.060.390.39
HSL50.16º24.3%49.22%-
HSV(B)50.16º39.1%61.18%-
XYZ26.0528.4514.95-
YUV143.18100.81137.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=39.29%
G=36.78%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561469500.060.390.3950.1624.349.22
Hex9C925F062727321831
Octal234222137064747623061
Binary10011100100100101011111011010011110011111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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