#99925B

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

Shades of Gurkha #99925B

Tints of Gurkha #99925B

Color information

#99925B (or 0x99925B) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 5B. RGB value is (153,146,91). Sum of RGB (Red+Green+Blue) = 153+146+91=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99925B is #666DA4. Grayscale: #8E8E8E. Windows color (decimal): -6712741 or 6001305. OLE color: 6001305.

HSL color Cylindrical-coordinate representation of color #99925B: hue angle of 53.23º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99925B is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15314691-
CMYK00.050.410.4
HSL53.23º25.41%47.84%-
HSV(B)53.23º40.52%60%-
XYZ25.328.0913.98-
YUV141.8299.32135.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 91 (35.94% from 255) = 23.33%
R=39.23%
G=37.44%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531469100.050.410.453.2325.4147.84
Hex99925B052928351930
Octal231222133055150653160
Binary10011001100100101011011010110100110100011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99925B; }

 p { color: rgb(153,146,91); }

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

<style>
 a { background-color: #99925B; }

 a { background-color: rgb(153,146,91); }

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

<style>
 span { border-color: #99925B; }

 span { border-color: rgb(153,146,91); }

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