Html Css Color HEX #998750 Muesli

📋 copy color: '#998750'

red 153 ◦ green 135 ◦ blue 80

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

Shades of Muesli #998750

Tints of Muesli #998750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 41.58%
G = 36.68%
B = 21.74%

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

#998750 (or 0x998750) is known color: Muesli. HEX triplet: 99, 87 and 50. RGB value is (153,135,80). Sum of RGB (Red+Green+Blue) = 153+135+80=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #998750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998750 is #6678AF. Grayscale: #868686. Windows color (decimal): -6715568 or 5277593. OLE color: 5277593.

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

Color convert

RGB 153 135 80 -
CMYK 0 0.12 0.48 0.4
HSL 45.21º 0.31% 0.46% -
HSV(B) 45.21º 0.48% 0.6% -
XYZ 23.25 24.68 11.13 -
YUV 134.11 97.46 141.47 -
System Red Green Blue C M Y K H S L
Decimal 153 135 80 0 0.12 0.48 0.4 45.21 0.31 0.46
Hex 99 87 50 0 C 30 28 2D 1F 2E
Octal 231 207 120 0 14 60 50 55 37 56
Binary 10011001 10000111 1010000 0 1100 110000 101000 101101 11111 101110

Color Harmonies of #998750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998750

Black with #998750

Text Example


Text Example

White with #998750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998750; }

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

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

background-color css

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

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

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

border-color css

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

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

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