Html Css Color HEX #987A42 Muesli

📋 copy color: '#987A42'

red 152 ◦ green 122 ◦ blue 66

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

Shades of Muesli #987A42

Tints of Muesli #987A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

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

R = 44.71%
G = 35.88%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#987A42 (or 0x987A42) is known color: Muesli. HEX triplet: 98, 7A and 42. RGB value is (152,122,66). Sum of RGB (Red+Green+Blue) = 152+122+66=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #987A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A42 is #6785BD. Grayscale: #7C7C7C. Windows color (decimal): -6784446 or 4356760. OLE color: 4356760.

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

Color convert

RGB 152 122 66 -
CMYK 0 0.20 0.57 0.40
HSL 39.07º 0.39% 0.43% -
HSV(B) 39.07º 0.57% 0.6% -
XYZ 20.89 20.99 8.1 -
YUV 124.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 152 122 66 0 0.20 0.57 0.40 39.07 0.39 0.43
Hex 98 7A 42 0 14 39 28 27 27 2B
Octal 230 172 102 0 24 71 50 47 47 53
Binary 10011000 1111010 1000010 0 10100 111001 101000 100111 100111 101011

Color Harmonies of #987A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A42

Black with #987A42

Text Example


Text Example

White with #987A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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