#987B42

Color #987B42 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #987B42

Tints of Muesli #987B42

Color information

#987B42 (or 0x987B42) is unknown color: approx Muesli. HEX triplet: 98, 7B and 42. RGB value is (152,123,66). Sum of RGB (Red+Green+Blue) = 152+123+66=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #987B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B42 is #6784BD. Grayscale: #7D7D7D. Windows color (decimal): -6784190 or 4357016. OLE color: 4357016.

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

Color convert

RGB15212366-
CMYK00.190.570.40
HSL39.77º39.45%42.75%-
HSV(B)39.77º56.58%59.61%-
XYZ21.0221.238.15-
YUV125.1794.61147.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=44.57%
G=36.07%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521236600.190.570.4039.7739.4542.75
Hex987B42013392828272b
Octal2301731020237150504753
Binary1001100011110111000010010011111001101000101000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #987B42;
 }
 .AnyTagClassName
 {
   color: #987B42;
 }
</style>
background-color css

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

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

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

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

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

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