Html Css Color HEX #989579 Gurkha

📋 copy color: '#989579'

red 152 ◦ green 149 ◦ blue 121

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

Shades of Gurkha #989579

Tints of Gurkha #989579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.31%

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

R = 36.02%
G = 35.31%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#989579 (or 0x989579) is known color: Gurkha. HEX triplet: 98, 95 and 79. RGB value is (152,149,121). Sum of RGB (Red+Green+Blue) = 152+149+121=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #989579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989579 is #676A86. Grayscale: #929292. Windows color (decimal): -6777479 or 7968152. OLE color: 7968152.

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

Color convert

RGB 152 149 121 -
CMYK 0 0.02 0.20 0.40
HSL 54.19º 0.13% 0.54% -
HSV(B) 54.19º 0.2% 0.6% -
XYZ 27.15 29.55 22.36 -
YUV 146.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 152 149 121 0 0.02 0.20 0.40 54.19 0.13 0.54
Hex 98 95 79 0 2 14 28 36 D 36
Octal 230 225 171 0 2 24 50 66 15 66
Binary 10011000 10010101 1111001 0 10 10100 101000 110110 1101 110110

Color Harmonies of #989579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989579

Black with #989579

Text Example


Text Example

White with #989579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989579; }

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

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

background-color css

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

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

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

border-color css

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

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

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