Html Css Color HEX #988D64 Gurkha

📋 copy color: '#988D64'

red 152 ◦ green 141 ◦ blue 100

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

Shades of Gurkha #988D64

Tints of Gurkha #988D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

 BLUE value IS 100 (39.45% from 255) = 25.45%

R = 38.68%
G = 35.88%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988D64 (or 0x988D64) is known color: Gurkha. HEX triplet: 98, 8D and 64. RGB value is (152,141,100). Sum of RGB (Red+Green+Blue) = 152+141+100=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #988D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D64 is #67729B. Grayscale: #8B8B8B. Windows color (decimal): -6779548 or 6589848. OLE color: 6589848.

HSL color Cylindrical-coordinate representation of color #988D64: hue angle of 47.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #988D64 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 100 -
CMYK 0 0.07 0.34 0.40
HSL 47.31º 0.21% 0.49% -
HSV(B) 47.31º 0.34% 0.6% -
XYZ 24.77 26.65 15.89 -
YUV 139.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 152 141 100 0 0.07 0.34 0.40 47.31 0.21 0.49
Hex 98 8D 64 0 7 22 28 2F 15 31
Octal 230 215 144 0 7 42 50 57 25 61
Binary 10011000 10001101 1100100 0 111 100010 101000 101111 10101 110001

Color Harmonies of #988D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D64

Black with #988D64

Text Example


Text Example

White with #988D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988D64; }

 p { color: rgb(152,141,100); }

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

background-color css

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

 a { background-color: rgb(152,141,100); }

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

border-color css

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

 span { border-color: rgb(152,141,100); }

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