Html Css Color HEX #999179 Gurkha

📋 copy color: '#999179'

red 153 ◦ green 145 ◦ blue 121

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

Shades of Gurkha #999179

Tints of Gurkha #999179

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 36.52%
G = 34.61%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#999179 (or 0x999179) is known color: Gurkha. HEX triplet: 99, 91 and 79. RGB value is (153,145,121). Sum of RGB (Red+Green+Blue) = 153+145+121=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999179 is #666E86. Grayscale: #909090. Windows color (decimal): -6712967 or 7967129. OLE color: 7967129.

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

Color convert

RGB 153 145 121 -
CMYK 0 0.05 0.21 0.4
HSL 45º 0.14% 0.54% -
HSV(B) 45º 0.21% 0.6% -
XYZ 26.71 28.4 22.16 -
YUV 144.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 153 145 121 0 0.05 0.21 0.4 45 0.14 0.54
Hex 99 91 79 0 5 15 28 2D E 36
Octal 231 221 171 0 5 25 50 55 16 66
Binary 10011001 10010001 1111001 0 101 10101 101000 101101 1110 110110

Color Harmonies of #999179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999179

Black with #999179

Text Example


Text Example

White with #999179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999179; }

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

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

background-color css

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

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

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

border-color css

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

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

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