Html Css Color HEX #989473 Gurkha

📋 copy color: '#989473'

red 152 ◦ green 148 ◦ blue 115

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

Shades of Gurkha #989473

Tints of Gurkha #989473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 36.63%
G = 35.66%
B = 27.71%

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

#989473 (or 0x989473) is known color: Gurkha. HEX triplet: 98, 94 and 73. RGB value is (152,148,115). Sum of RGB (Red+Green+Blue) = 152+148+115=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #989473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989473 is #676B8C. Grayscale: #919191. Windows color (decimal): -6777741 or 7574680. OLE color: 7574680.

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

Color convert

RGB 152 148 115 -
CMYK 0 0.03 0.24 0.40
HSL 53.51º 0.15% 0.52% -
HSV(B) 53.51º 0.24% 0.6% -
XYZ 26.63 29.09 20.43 -
YUV 145.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 152 148 115 0 0.03 0.24 0.40 53.51 0.15 0.52
Hex 98 94 73 0 3 18 28 36 F 34
Octal 230 224 163 0 3 30 50 66 17 64
Binary 10011000 10010100 1110011 0 11 11000 101000 110110 1111 110100

Color Harmonies of #989473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989473

Black with #989473

Text Example


Text Example

White with #989473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989473; }

 p { color: rgb(152,148,115); }

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

background-color css

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

 a { background-color: rgb(152,148,115); }

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

border-color css

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

 span { border-color: rgb(152,148,115); }

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