Html Css Color HEX #987C40 Muesli

📋 copy color: '#987C40'

red 152 ◦ green 124 ◦ blue 64

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

Shades of Muesli #987C40

Tints of Muesli #987C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 44.71%
G = 36.47%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#987C40 (or 0x987C40) is known color: Muesli. HEX triplet: 98, 7C and 40. RGB value is (152,124,64). Sum of RGB (Red+Green+Blue) = 152+124+64=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #987C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C40 is #6783BF. Grayscale: #7D7D7D. Windows color (decimal): -6783936 or 4226200. OLE color: 4226200.

HSL color Cylindrical-coordinate representation of color #987C40: hue angle of 40.91º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #987C40 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 64 -
CMYK 0 0.18 0.58 0.40
HSL 40.91º 0.41% 0.42% -
HSV(B) 40.91º 0.58% 0.6% -
XYZ 21.08 21.46 7.88 -
YUV 125.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 152 124 64 0 0.18 0.58 0.40 40.91 0.41 0.42
Hex 98 7C 40 0 12 3A 28 29 29 2A
Octal 230 174 100 0 22 72 50 51 51 52
Binary 10011000 1111100 1000000 0 10010 111010 101000 101001 101001 101010

Color Harmonies of #987C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C40

Black with #987C40

Text Example


Text Example

White with #987C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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