#999368

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

Shades of Gurkha #999368

Tints of Gurkha #999368

Color information

#999368 (or 0x999368) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 68. RGB value is (153,147,104). Sum of RGB (Red+Green+Blue) = 153+147+104=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #999368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999368 is #666C97. Grayscale: #909090. Windows color (decimal): -6712472 or 6853529. OLE color: 6853529.

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

Color convert

RGB153147104-
CMYK00.040.320.4
HSL52.65º19.37%50.39%-
HSV(B)52.65º32.03%60%-
XYZ26.0728.6417.25-
YUV143.89105.49134.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=37.87%
G=36.39%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314710400.040.320.452.6519.3750.39
Hex999368042028351332
Octal231223150044050652362
Binary10011001100100111101000010010000010100011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999368; }

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

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

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

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

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

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

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

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