#999378

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

Shades of Gurkha #999378

Tints of Gurkha #999378

Color information

#999378 (or 0x999378) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 78. RGB value is (153,147,120). Sum of RGB (Red+Green+Blue) = 153+147+120=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #999378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999378 is #666C87. Grayscale: #919191. Windows color (decimal): -6712456 or 7902105. OLE color: 7902105.

HSL color Cylindrical-coordinate representation of color #999378: hue angle of 49.09º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #999378 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB153147120-
CMYK00.040.220.4
HSL49.09º13.92%53.53%-
HSV(B)49.09º21.57%60%-
XYZ26.962921.95-
YUV145.72113.49133.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=36.43%
G=35%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314712000.040.220.449.0913.9253.53
Hex99937804162831e36
Octal231223170042650611666
Binary100110011001001111110000100101101010001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999378; }

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

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

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

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

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

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

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

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