#9B925C

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

Shades of Gurkha #9B925C

Tints of Gurkha #9B925C

Color information

#9B925C (or 0x9B925C) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 5C. RGB value is (155,146,92). Sum of RGB (Red+Green+Blue) = 155+146+92=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B925C is #646DA3. Grayscale: #8E8E8E. Windows color (decimal): -6581668 or 6066843. OLE color: 6066843.

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

Color convert

RGB15514692-
CMYK00.060.410.39
HSL51.43º25.51%48.43%-
HSV(B)51.43º40.65%60.78%-
XYZ25.7328.314.23-
YUV142.5499.48136.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=39.44%
G=37.15%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551469200.060.410.3951.4325.5148.43
Hex9B925C062927331a30
Octal233222134065147633260
Binary10011011100100101011100011010100110011111001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,92); }

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

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

 a { background-color: rgb(155,146,92); }

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

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

 span { border-color: rgb(155,146,92); }

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