Html Css Color HEX #999379 Gurkha

📋 copy color: '#999379'

red 153 ◦ green 147 ◦ blue 121

#999379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #999379

Tints of Gurkha #999379

RGB

 RED value IS 153 (60.16% from 255) = 36.34%

 GREEN value IS 147 (57.81% from 255) = 34.92%

 BLUE value IS 121 (47.66% from 255) = 28.74%

R = 36.34%
G = 34.92%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#999379 (or 0x999379) is known color: Gurkha. HEX triplet: 99, 93 and 79. RGB value is (153,147,121). Sum of RGB (Red+Green+Blue) = 153+147+121=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #999379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999379 is #666C86. Grayscale: #919191. Windows color (decimal): -6712455 or 7967641. OLE color: 7967641.

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

Color convert

RGB 153 147 121 -
CMYK 0 0.04 0.21 0.4
HSL 48.75º 0.14% 0.54% -
HSV(B) 48.75º 0.21% 0.6% -
XYZ 27.02 29.02 22.27 -
YUV 145.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 153 147 121 0 0.04 0.21 0.4 48.75 0.14 0.54
Hex 99 93 79 0 4 15 28 31 E 36
Octal 231 223 171 0 4 25 50 61 16 66
Binary 10011001 10010011 1111001 0 100 10101 101000 110001 1110 110110

Color Harmonies of #999379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999379

Black with #999379

Text Example


Text Example

White with #999379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999379; }

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

 H1.HeaderClassName
 {
   color: #999379;
 }
 .AnyTagClassName
 {
   color: #999379;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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