Html Css Color HEX #987842 Muesli

📋 copy color: '#987842'

red 152 ◦ green 120 ◦ blue 66

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

Shades of Muesli #987842

Tints of Muesli #987842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.5%

 BLUE value IS 66 (26.17% from 255) = 19.53%

R = 44.97%
G = 35.5%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987842 (or 0x987842) is known color: Muesli. HEX triplet: 98, 78 and 42. RGB value is (152,120,66). Sum of RGB (Red+Green+Blue) = 152+120+66=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #987842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987842 is #6787BD. Grayscale: #7B7B7B. Windows color (decimal): -6784958 or 4356248. OLE color: 4356248.

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

Color convert

RGB 152 120 66 -
CMYK 0 0.21 0.57 0.40
HSL 37.67º 0.39% 0.43% -
HSV(B) 37.67º 0.57% 0.6% -
XYZ 20.65 20.5 8.02 -
YUV 123.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 152 120 66 0 0.21 0.57 0.40 37.67 0.39 0.43
Hex 98 78 42 0 15 39 28 26 27 2B
Octal 230 170 102 0 25 71 50 46 47 53
Binary 10011000 1111000 1000010 0 10101 111001 101000 100110 100111 101011

Color Harmonies of #987842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987842

Black with #987842

Text Example


Text Example

White with #987842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987842; }

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

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

background-color css

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

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

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

border-color css

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

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

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