#999066

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

Shades of Gurkha #999066

Tints of Gurkha #999066

Color information

#999066 (or 0x999066) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 66. RGB value is (153,144,102). Sum of RGB (Red+Green+Blue) = 153+144+102=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #999066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999066 is #666F99. Grayscale: #8E8E8E. Windows color (decimal): -6713242 or 6721689. OLE color: 6721689.

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

Color convert

RGB153144102-
CMYK00.060.330.4
HSL49.41º20%50%-
HSV(B)49.41º33.33%60%-
XYZ25.5127.6816.57-
YUV141.9105.48135.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=38.35%
G=36.09%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314410200.060.330.449.412050
Hex999066062128311432
Octal231220146064150612462
Binary10011001100100001100110011010000110100011000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999066; }

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

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

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

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

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

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

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

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