#999375

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

Shades of Gurkha #999375

Tints of Gurkha #999375

Color information

#999375 (or 0x999375) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 75. RGB value is (153,147,117). Sum of RGB (Red+Green+Blue) = 153+147+117=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #999375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999375 is #666C8A. Grayscale: #919191. Windows color (decimal): -6712459 or 7705497. OLE color: 7705497.

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

Color convert

RGB153147117-
CMYK00.040.240.4
HSL50º15%52.94%-
HSV(B)50º23.53%60%-
XYZ26.7828.9221-
YUV145.37111.99133.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=36.69%
G=35.25%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314711700.040.240.4501552.94
Hex99937504182832f35
Octal231223165043050621765
Binary100110011001001111101010100110001010001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999375; }

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

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

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

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

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

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

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

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