#999064

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

Shades of Gurkha #999064

Tints of Gurkha #999064

Color information

#999064 (or 0x999064) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 64. RGB value is (153,144,100). Sum of RGB (Red+Green+Blue) = 153+144+100=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #999064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999064 is #666F9B. Grayscale: #8D8D8D. Windows color (decimal): -6713244 or 6590617. OLE color: 6590617.

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

Color convert

RGB153144100-
CMYK00.060.350.4
HSL49.81º20.95%49.61%-
HSV(B)49.81º34.64%60%-
XYZ25.4127.6416.05-
YUV141.67104.48136.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=38.54%
G=36.27%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314410000.060.350.449.8120.9549.61
Hex999064062328321532
Octal231220144064350622562
Binary10011001100100001100100011010001110100011001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999064; }

 p { color: rgb(153,144,100); }

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

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

 a { background-color: rgb(153,144,100); }

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

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

 span { border-color: rgb(153,144,100); }

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