#999075

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

Shades of Gurkha #999075

Tints of Gurkha #999075

Color information

#999075 (or 0x999075) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 75. RGB value is (153,144,117). Sum of RGB (Red+Green+Blue) = 153+144+117=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #999075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999075 is #666F8A. Grayscale: #8F8F8F. Windows color (decimal): -6713227 or 7704729. OLE color: 7704729.

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

Color convert

RGB153144117-
CMYK00.060.240.4
HSL45º15%52.94%-
HSV(B)45º23.53%60%-
XYZ26.322820.85-
YUV143.61112.98134.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.96%
GREEN value IS 144 (56.64% from 255) = 34.78%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=36.96%
G=34.78%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314411700.060.240.4451552.94
Hex9990750618282df35
Octal231220165063050551765
Binary100110011001000011101010110110001010001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999075; }

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

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

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

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

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

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

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

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