#999362

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

Shades of Gurkha #999362

Tints of Gurkha #999362

Color information

#999362 (or 0x999362) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 62. RGB value is (153,147,98). Sum of RGB (Red+Green+Blue) = 153+147+98=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #999362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999362 is #666C9D. Grayscale: #8F8F8F. Windows color (decimal): -6712478 or 6460313. OLE color: 6460313.

HSL color Cylindrical-coordinate representation of color #999362: hue angle of 53.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999362 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB15314798-
CMYK00.040.360.4
HSL53.45º21.91%49.22%-
HSV(B)53.45º35.95%60%-
XYZ25.7828.5215.7-
YUV143.21102.49134.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=38.44%
G=36.93%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531479800.040.360.453.4521.9149.22
Hex999362042428351631
Octal231223142044450652661
Binary10011001100100111100010010010010010100011010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999362; }

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

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

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

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

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

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

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

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