Html Css Color HEX #98937C Gurkha

📋 copy color: '#98937C'

red 152 ◦ green 147 ◦ blue 124

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

Shades of Gurkha #98937C

Tints of Gurkha #98937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 35.93%
G = 34.75%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98937C (or 0x98937C) is known color: Gurkha. HEX triplet: 98, 93 and 7C. RGB value is (152,147,124). Sum of RGB (Red+Green+Blue) = 152+147+124=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98937C is #676C83. Grayscale: #919191. Windows color (decimal): -6777988 or 8164248. OLE color: 8164248.

HSL color Cylindrical-coordinate representation of color #98937C: hue angle of 49.29º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98937C is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 124 -
CMYK 0 0.03 0.18 0.40
HSL 49.29º 0.12% 0.54% -
HSV(B) 49.29º 0.18% 0.6% -
XYZ 27.02 29 23.24 -
YUV 145.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 152 147 124 0 0.03 0.18 0.40 49.29 0.12 0.54
Hex 98 93 7C 0 3 12 28 31 C 36
Octal 230 223 174 0 3 22 50 61 14 66
Binary 10011000 10010011 1111100 0 11 10010 101000 110001 1100 110110

Color Harmonies of #98937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98937C

Black with #98937C

Text Example


Text Example

White with #98937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98937C; }

 p { color: rgb(152,147,124); }

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

background-color css

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

 a { background-color: rgb(152,147,124); }

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

border-color css

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

 span { border-color: rgb(152,147,124); }

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