#99937A

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

Shades of Gurkha #99937A

Tints of Gurkha #99937A

Color information

#99937A (or 0x99937A) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 7A. RGB value is (153,147,122). Sum of RGB (Red+Green+Blue) = 153+147+122=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99937A is #666C85. Grayscale: #929292. Windows color (decimal): -6712454 or 8033177. OLE color: 8033177.

HSL color Cylindrical-coordinate representation of color #99937A: hue angle of 48.39º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99937A is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153147122-
CMYK00.040.200.4
HSL48.39º13.19%53.92%-
HSV(B)48.39º20.26%60%-
XYZ27.0829.0422.59-
YUV145.94114.49133.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.26%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 122 (48.05% from 255) = 28.91%
R=36.26%
G=34.83%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314712200.040.200.448.3913.1953.92
Hex99937A04142830d36
Octal231223172042450601566
Binary100110011001001111110100100101001010001100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99937A; }

 p { color: rgb(153,147,122); }

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

<style>
 a { background-color: #99937A; }

 a { background-color: rgb(153,147,122); }

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

<style>
 span { border-color: #99937A; }

 span { border-color: rgb(153,147,122); }

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