#9B925D

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

Shades of Gurkha #9B925D

Tints of Gurkha #9B925D

Color information

#9B925D (or 0x9B925D) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 5D. RGB value is (155,146,93). Sum of RGB (Red+Green+Blue) = 155+146+93=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B925D is #646DA2. Grayscale: #8E8E8E. Windows color (decimal): -6581667 or 6132379. OLE color: 6132379.

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

Color convert

RGB15514693-
CMYK00.060.40.39
HSL51.29º25%48.63%-
HSV(B)51.29º40%60.78%-
XYZ25.7728.3214.46-
YUV142.6599.98136.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=39.34%
G=37.06%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551469300.060.40.3951.292548.63
Hex9B925D062827331931
Octal233222135065047633161
Binary10011011100100101011101011010100010011111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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