#999468

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

Shades of Gurkha #999468

Tints of Gurkha #999468

Color information

#999468 (or 0x999468) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 68. RGB value is (153,148,104). Sum of RGB (Red+Green+Blue) = 153+148+104=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #999468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999468 is #666B97. Grayscale: #909090. Windows color (decimal): -6712216 or 6853785. OLE color: 6853785.

HSL color Cylindrical-coordinate representation of color #999468: hue angle of 53.88º 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 #999468 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB153148104-
CMYK00.030.320.4
HSL53.88º19.37%50.39%-
HSV(B)53.88º32.03%60%-
XYZ26.2328.9517.3-
YUV144.48105.16134.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 148 (58.20% from 255) = 36.54%
BLUE value IS 104 (41.02% from 255) = 25.68%
R=37.78%
G=36.54%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314810400.030.320.453.8819.3750.39
Hex999468032028361332
Octal231224150034050662362
Binary1001100110010100110100001110000010100011011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999468; }

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

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

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

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

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

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

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

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