Html Css Color HEX #989279 Gurkha

📋 copy color: '#989279'

red 152 ◦ green 146 ◦ blue 121

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

Shades of Gurkha #989279

Tints of Gurkha #989279

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.84%

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

R = 36.28%
G = 34.84%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#989279 (or 0x989279) is known color: Gurkha. HEX triplet: 98, 92 and 79. RGB value is (152,146,121). Sum of RGB (Red+Green+Blue) = 152+146+121=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #989279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989279 is #676D86. Grayscale: #919191. Windows color (decimal): -6778247 or 7967384. OLE color: 7967384.

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

Color convert

RGB 152 146 121 -
CMYK 0 0.04 0.20 0.40
HSL 48.39º 0.13% 0.54% -
HSV(B) 48.39º 0.2% 0.6% -
XYZ 26.68 28.61 22.21 -
YUV 144.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 152 146 121 0 0.04 0.20 0.40 48.39 0.13 0.54
Hex 98 92 79 0 4 14 28 30 D 36
Octal 230 222 171 0 4 24 50 60 15 66
Binary 10011000 10010010 1111001 0 100 10100 101000 110000 1101 110110

Color Harmonies of #989279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989279

Black with #989279

Text Example


Text Example

White with #989279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989279; }

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

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

background-color css

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

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

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

border-color css

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

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

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