Html Css Color HEX #989071 Gurkha

📋 copy color: '#989071'

red 152 ◦ green 144 ◦ blue 113

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

Shades of Gurkha #989071

Tints of Gurkha #989071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

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

R = 37.16%
G = 35.21%
B = 27.63%

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

#989071 (or 0x989071) is known color: Gurkha. HEX triplet: 98, 90 and 71. RGB value is (152,144,113). Sum of RGB (Red+Green+Blue) = 152+144+113=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #989071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989071 is #676F8E. Grayscale: #8E8E8E. Windows color (decimal): -6778767 or 7442584. OLE color: 7442584.

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

Color convert

RGB 152 144 113 -
CMYK 0 0.05 0.26 0.40
HSL 47.69º 0.16% 0.52% -
HSV(B) 47.69º 0.26% 0.6% -
XYZ 25.9 27.81 19.63 -
YUV 142.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 152 144 113 0 0.05 0.26 0.40 47.69 0.16 0.52
Hex 98 90 71 0 5 1A 28 30 10 34
Octal 230 220 161 0 5 32 50 60 20 64
Binary 10011000 10010000 1110001 0 101 11010 101000 110000 10000 110100

Color Harmonies of #989071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989071

Black with #989071

Text Example


Text Example

White with #989071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989071; }

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

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

background-color css

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

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

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

border-color css

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

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

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