Html Css Color HEX #989271 Gurkha

📋 copy color: '#989271'

red 152 ◦ green 146 ◦ blue 113

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

Shades of Gurkha #989271

Tints of Gurkha #989271

RGB

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

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

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

R = 36.98%
G = 35.52%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#989271 (or 0x989271) is known color: Gurkha. HEX triplet: 98, 92 and 71. RGB value is (152,146,113). Sum of RGB (Red+Green+Blue) = 152+146+113=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #989271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989271 is #676D8E. Grayscale: #909090. Windows color (decimal): -6778255 or 7443096. OLE color: 7443096.

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

Color convert

RGB 152 146 113 -
CMYK 0 0.04 0.26 0.40
HSL 50.77º 0.16% 0.52% -
HSV(B) 50.77º 0.26% 0.6% -
XYZ 26.21 28.43 19.73 -
YUV 144.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 152 146 113 0 0.04 0.26 0.40 50.77 0.16 0.52
Hex 98 92 71 0 4 1A 28 33 10 34
Octal 230 222 161 0 4 32 50 63 20 64
Binary 10011000 10010010 1110001 0 100 11010 101000 110011 10000 110100

Color Harmonies of #989271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989271

Black with #989271

Text Example


Text Example

White with #989271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989271; }

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

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

background-color css

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

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

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

border-color css

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

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

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