Html Css Color HEX #998850 Muesli

📋 copy color: '#998850'

red 153 ◦ green 136 ◦ blue 80

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

Shades of Muesli #998850

Tints of Muesli #998850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 41.46%
G = 36.86%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#998850 (or 0x998850) is known color: Muesli. HEX triplet: 99, 88 and 50. RGB value is (153,136,80). Sum of RGB (Red+Green+Blue) = 153+136+80=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #998850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998850 is #6677AF. Grayscale: #868686. Windows color (decimal): -6715312 or 5277849. OLE color: 5277849.

HSL color Cylindrical-coordinate representation of color #998850: hue angle of 46.03º 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 #998850 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 80 -
CMYK 0 0.11 0.48 0.4
HSL 46.03º 0.31% 0.46% -
HSV(B) 46.03º 0.48% 0.6% -
XYZ 23.39 24.96 11.17 -
YUV 134.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 153 136 80 0 0.11 0.48 0.4 46.03 0.31 0.46
Hex 99 88 50 0 B 30 28 2E 1F 2E
Octal 231 210 120 0 13 60 50 56 37 56
Binary 10011001 10001000 1010000 0 1011 110000 101000 101110 11111 101110

Color Harmonies of #998850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998850

Black with #998850

Text Example


Text Example

White with #998850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998850; }

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

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

background-color css

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

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

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

border-color css

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

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

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