Html Css Color HEX #987C41 Muesli

📋 copy color: '#987C41'

red 152 ◦ green 124 ◦ blue 65

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

Shades of Muesli #987C41

Tints of Muesli #987C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 44.57%
G = 36.36%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987C41 (or 0x987C41) is known color: Muesli. HEX triplet: 98, 7C and 41. RGB value is (152,124,65). Sum of RGB (Red+Green+Blue) = 152+124+65=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #987C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C41 is #6783BE. Grayscale: #7D7D7D. Windows color (decimal): -6783935 or 4291736. OLE color: 4291736.

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

Color convert

RGB 152 124 65 -
CMYK 0 0.18 0.57 0.40
HSL 40.69º 0.4% 0.43% -
HSV(B) 40.69º 0.57% 0.6% -
XYZ 21.11 21.47 8.03 -
YUV 125.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 152 124 65 0 0.18 0.57 0.40 40.69 0.4 0.43
Hex 98 7C 41 0 12 39 28 29 28 2B
Octal 230 174 101 0 22 71 50 51 50 53
Binary 10011000 1111100 1000001 0 10010 111001 101000 101001 101000 101011

Color Harmonies of #987C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C41

Black with #987C41

Text Example


Text Example

White with #987C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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