Html Css Color HEX #987B41 Muesli

📋 copy color: '#987B41'

red 152 ◦ green 123 ◦ blue 65

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

Shades of Muesli #987B41

Tints of Muesli #987B41

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

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

R = 44.71%
G = 36.18%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987B41 (or 0x987B41) is known color: Muesli. HEX triplet: 98, 7B and 41. RGB value is (152,123,65). Sum of RGB (Red+Green+Blue) = 152+123+65=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #987B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B41 is #6784BE. Grayscale: #7D7D7D. Windows color (decimal): -6784191 or 4291480. OLE color: 4291480.

HSL color Cylindrical-coordinate representation of color #987B41: hue angle of 40º 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 #987B41 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 123 65 -
CMYK 0 0.19 0.57 0.40
HSL 40º 0.4% 0.43% -
HSV(B) 40º 0.57% 0.6% -
XYZ 20.99 21.22 7.99 -
YUV 125.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 152 123 65 0 0.19 0.57 0.40 40 0.4 0.43
Hex 98 7B 41 0 13 39 28 28 28 2B
Octal 230 173 101 0 23 71 50 50 50 53
Binary 10011000 1111011 1000001 0 10011 111001 101000 101000 101000 101011

Color Harmonies of #987B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B41

Black with #987B41

Text Example


Text Example

White with #987B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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