Html Css Color HEX #998056 Muesli

📋 copy color: '#998056'

red 153 ◦ green 128 ◦ blue 86

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

Shades of Muesli #998056

Tints of Muesli #998056

RGB

 RED value IS 153 (60.16% from 255) = 41.69%

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 41.69%
G = 34.88%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#998056 (or 0x998056) is known color: Muesli. HEX triplet: 99, 80 and 56. RGB value is (153,128,86). Sum of RGB (Red+Green+Blue) = 153+128+86=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998056 is #667FA9. Grayscale: #828282. Windows color (decimal): -6717354 or 5669017. OLE color: 5669017.

HSL color Cylindrical-coordinate representation of color #998056: hue angle of 37.61º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #998056 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 86 -
CMYK 0 0.16 0.44 0.4
HSL 37.61º 0.28% 0.47% -
HSV(B) 37.61º 0.44% 0.6% -
XYZ 22.54 22.88 12.03 -
YUV 130.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 153 128 86 0 0.16 0.44 0.4 37.61 0.28 0.47
Hex 99 80 56 0 10 2C 28 26 1C 2F
Octal 231 200 126 0 20 54 50 46 34 57
Binary 10011001 10000000 1010110 0 10000 101100 101000 100110 11100 101111

Color Harmonies of #998056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998056

Black with #998056

Text Example


Text Example

White with #998056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998056; }

 p { color: rgb(153,128,86); }

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

background-color css

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

 a { background-color: rgb(153,128,86); }

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

border-color css

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

 span { border-color: rgb(153,128,86); }

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