#999070

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

Shades of Gurkha #999070

Tints of Gurkha #999070

Color information

#999070 (or 0x999070) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 70. RGB value is (153,144,112). Sum of RGB (Red+Green+Blue) = 153+144+112=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #999070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999070 is #666F8F. Grayscale: #8F8F8F. Windows color (decimal): -6713232 or 7377049. OLE color: 7377049.

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

Color convert

RGB153144112-
CMYK00.060.270.4
HSL46.83º16.73%51.96%-
HSV(B)46.83º26.8%60%-
XYZ26.0327.8919.34-
YUV143.04110.48135.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.41%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 112 (44.14% from 255) = 27.38%
R=37.41%
G=35.21%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314411200.060.270.446.8316.7351.96
Hex999070061B282f1134
Octal231220160063350572164
Binary1001100110010000111000001101101110100010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999070; }

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

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

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

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

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

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

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

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