Html Css Color HEX #989174 Gurkha

📋 copy color: '#989174'

red 152 ◦ green 145 ◦ blue 116

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

Shades of Gurkha #989174

Tints of Gurkha #989174

RGB

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

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

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

R = 36.8%
G = 35.11%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#989174 (or 0x989174) is known color: Gurkha. HEX triplet: 98, 91 and 74. RGB value is (152,145,116). Sum of RGB (Red+Green+Blue) = 152+145+116=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #989174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989174 is #676E8B. Grayscale: #8F8F8F. Windows color (decimal): -6778508 or 7639448. OLE color: 7639448.

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

Color convert

RGB 152 145 116 -
CMYK 0 0.05 0.24 0.40
HSL 48.33º 0.15% 0.53% -
HSV(B) 48.33º 0.24% 0.6% -
XYZ 26.23 28.19 20.58 -
YUV 143.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 152 145 116 0 0.05 0.24 0.40 48.33 0.15 0.53
Hex 98 91 74 0 5 18 28 30 F 35
Octal 230 221 164 0 5 30 50 60 17 65
Binary 10011000 10010001 1110100 0 101 11000 101000 110000 1111 110101

Color Harmonies of #989174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989174

Black with #989174

Text Example


Text Example

White with #989174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989174; }

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

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

background-color css

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

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

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

border-color css

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

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

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