Html Css Color HEX #989275 Gurkha

📋 copy color: '#989275'

red 152 ◦ green 146 ◦ blue 117

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

Shades of Gurkha #989275

Tints of Gurkha #989275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 36.63%
G = 35.18%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#989275 (or 0x989275) is known color: Gurkha. HEX triplet: 98, 92 and 75. RGB value is (152,146,117). Sum of RGB (Red+Green+Blue) = 152+146+117=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #989275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989275 is #676D8A. Grayscale: #909090. Windows color (decimal): -6778251 or 7705240. OLE color: 7705240.

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

Color convert

RGB 152 146 117 -
CMYK 0 0.04 0.23 0.40
HSL 49.71º 0.15% 0.53% -
HSV(B) 49.71º 0.23% 0.6% -
XYZ 26.44 28.52 20.94 -
YUV 144.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 152 146 117 0 0.04 0.23 0.40 49.71 0.15 0.53
Hex 98 92 75 0 4 17 28 32 F 35
Octal 230 222 165 0 4 27 50 62 17 65
Binary 10011000 10010010 1110101 0 100 10111 101000 110010 1111 110101

Color Harmonies of #989275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989275

Black with #989275

Text Example


Text Example

White with #989275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989275; }

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

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

background-color css

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

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

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

border-color css

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

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

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