#99936B

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

Shades of Gurkha #99936B

Tints of Gurkha #99936B

Color information

#99936B (or 0x99936B) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 6B. RGB value is (153,147,107). Sum of RGB (Red+Green+Blue) = 153+147+107=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99936B is #666C94. Grayscale: #909090. Windows color (decimal): -6712469 or 7050137. OLE color: 7050137.

HSL color Cylindrical-coordinate representation of color #99936B: hue angle of 52.17º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99936B is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153147107-
CMYK00.040.300.4
HSL52.17º18.4%50.98%-
HSV(B)52.17º30.07%60%-
XYZ26.2228.718.07-
YUV144.23106.99134.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 107 (42.19% from 255) = 26.29%
R=37.59%
G=36.12%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314710700.040.300.452.1718.450.98
Hex99936B041E28341233
Octal231223153043650642263
Binary1001100110010011110101101001111010100011010010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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