Html Css Color HEX #989374 Gurkha

📋 copy color: '#989374'

red 152 ◦ green 147 ◦ blue 116

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

Shades of Gurkha #989374

Tints of Gurkha #989374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 36.63%
G = 35.42%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#989374 (or 0x989374) is known color: Gurkha. HEX triplet: 98, 93 and 74. RGB value is (152,147,116). Sum of RGB (Red+Green+Blue) = 152+147+116=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #989374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989374 is #676C8B. Grayscale: #919191. Windows color (decimal): -6777996 or 7639960. OLE color: 7639960.

HSL color Cylindrical-coordinate representation of color #989374: hue angle of 51.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #989374 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 116 -
CMYK 0 0.03 0.24 0.40
HSL 51.67º 0.15% 0.53% -
HSV(B) 51.67º 0.24% 0.6% -
XYZ 26.54 28.8 20.68 -
YUV 144.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 152 147 116 0 0.03 0.24 0.40 51.67 0.15 0.53
Hex 98 93 74 0 3 18 28 34 F 35
Octal 230 223 164 0 3 30 50 64 17 65
Binary 10011000 10010011 1110100 0 11 11000 101000 110100 1111 110101

Color Harmonies of #989374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989374

Black with #989374

Text Example


Text Example

White with #989374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989374; }

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

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

background-color css

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

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

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

border-color css

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

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

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