Html Css Color HEX #998650 Muesli

📋 copy color: '#998650'

red 153 ◦ green 134 ◦ blue 80

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

Shades of Muesli #998650

Tints of Muesli #998650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 41.69%
G = 36.51%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#998650 (or 0x998650) is known color: Muesli. HEX triplet: 99, 86 and 50. RGB value is (153,134,80). Sum of RGB (Red+Green+Blue) = 153+134+80=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #998650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998650 is #6679AF. Grayscale: #858585. Windows color (decimal): -6715824 or 5277337. OLE color: 5277337.

HSL color Cylindrical-coordinate representation of color #998650: hue angle of 44.38º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #998650 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 134 80 -
CMYK 0 0.12 0.48 0.4
HSL 44.38º 0.31% 0.46% -
HSV(B) 44.38º 0.48% 0.6% -
XYZ 23.11 24.4 11.08 -
YUV 133.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 153 134 80 0 0.12 0.48 0.4 44.38 0.31 0.46
Hex 99 86 50 0 C 30 28 2C 1F 2E
Octal 231 206 120 0 14 60 50 54 37 56
Binary 10011001 10000110 1010000 0 1100 110000 101000 101100 11111 101110

Color Harmonies of #998650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998650

Black with #998650

Text Example


Text Example

White with #998650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998650; }

 p { color: rgb(153,134,80); }

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

background-color css

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

 a { background-color: rgb(153,134,80); }

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

border-color css

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

 span { border-color: rgb(153,134,80); }

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