#987942

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

Shades of Muesli #987942

Tints of Muesli #987942

Color information

#987942 (or 0x987942) is unknown color: approx Muesli. HEX triplet: 98, 79 and 42. RGB value is (152,121,66). Sum of RGB (Red+Green+Blue) = 152+121+66=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987942 is #6786BD. Grayscale: #7C7C7C. Windows color (decimal): -6784702 or 4356504. OLE color: 4356504.

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

Color convert

RGB15212166-
CMYK00.200.570.40
HSL38.37º39.45%42.75%-
HSV(B)38.37º56.58%59.61%-
XYZ20.7720.748.06-
YUV12495.27147.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 66 (26.17% from 255) = 19.47%
R=44.84%
G=35.69%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521216600.200.570.4038.3739.4542.75
Hex987942014392826272b
Octal2301711020247150464753
Binary1001100011110011000010010100111001101000100110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987942; }

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

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

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

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

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

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

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

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