Html Css Color HEX #989171 Gurkha

📋 copy color: '#989171'

red 152 ◦ green 145 ◦ blue 113

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

Shades of Gurkha #989171

Tints of Gurkha #989171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 37.07%
G = 35.37%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#989171 (or 0x989171) is known color: Gurkha. HEX triplet: 98, 91 and 71. RGB value is (152,145,113). Sum of RGB (Red+Green+Blue) = 152+145+113=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #989171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989171 is #676E8E. Grayscale: #8F8F8F. Windows color (decimal): -6778511 or 7442840. OLE color: 7442840.

HSL color Cylindrical-coordinate representation of color #989171: hue angle of 49.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #989171 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 113 -
CMYK 0 0.05 0.26 0.40
HSL 49.23º 0.16% 0.52% -
HSV(B) 49.23º 0.26% 0.6% -
XYZ 26.05 28.12 19.68 -
YUV 143.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 152 145 113 0 0.05 0.26 0.40 49.23 0.16 0.52
Hex 98 91 71 0 5 1A 28 31 10 34
Octal 230 221 161 0 5 32 50 61 20 64
Binary 10011000 10010001 1110001 0 101 11010 101000 110001 10000 110100

Color Harmonies of #989171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989171

Black with #989171

Text Example


Text Example

White with #989171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989171; }

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

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

background-color css

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

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

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

border-color css

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

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

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