Html Css Color HEX #989379 Gurkha

📋 copy color: '#989379'

red 152 ◦ green 147 ◦ blue 121

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

Shades of Gurkha #989379

Tints of Gurkha #989379

RGB

 RED value IS 152 (59.77% from 255) = 36.19%

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

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

R = 36.19%
G = 35%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#989379 (or 0x989379) is known color: Gurkha. HEX triplet: 98, 93 and 79. RGB value is (152,147,121). Sum of RGB (Red+Green+Blue) = 152+147+121=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #989379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989379 is #676C86. Grayscale: #919191. Windows color (decimal): -6777991 or 7967640. OLE color: 7967640.

HSL color Cylindrical-coordinate representation of color #989379: hue angle of 50.32º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989379 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 121 -
CMYK 0 0.03 0.20 0.40
HSL 50.32º 0.13% 0.54% -
HSV(B) 50.32º 0.2% 0.6% -
XYZ 26.83 28.92 22.26 -
YUV 145.53 114.16 132.61 -
System Red Green Blue C M Y K H S L
Decimal 152 147 121 0 0.03 0.20 0.40 50.32 0.13 0.54
Hex 98 93 79 0 3 14 28 32 D 36
Octal 230 223 171 0 3 24 50 62 15 66
Binary 10011000 10010011 1111001 0 11 10100 101000 110010 1101 110110

Color Harmonies of #989379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989379

Black with #989379

Text Example


Text Example

White with #989379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989379; }

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

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

background-color css

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

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

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

border-color css

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

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

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